Sfoglia il codice sorgente

scroll screenshots

Eric Betts 9 mesi fa
parent
commit
af47d3a3aa
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      web/index.html

+ 3 - 1
web/index.html

@@ -82,15 +82,17 @@
         }
         .screenshots {
             display: flex;
-            justify-content: center;
             gap: 20px;
             margin: 20px 0;
+            overflow-x: auto;
+            padding: 10px;
         }
         .screenshots img {
             width: 512px;
             height: 256px;
             border: 2px solid #ffcc00;
             border-radius: 10px;
+            flex-shrink: 0;
         }
         ul {
             list-style-type: none; /* Remove bullet points */