page styles: index
authorEduardo <[email protected]>
Sun, 26 Nov 2023 19:24:12 +0000 (20:24 +0100)
committerEduardo <[email protected]>
Sun, 26 Nov 2023 19:24:12 +0000 (20:24 +0100)
src/assets/css/style.css

index d7e3dd1f015f71c1389124647694f10b3841674f..2a7748d674471466bab52ca1e421fd8ba1341bae 100644 (file)
@@ -141,6 +141,22 @@ body {
   text-decoration: underline;
 }
 
+/* index */
+
+#index {
+  display: flex;
+  flex-wrap: wrap;
+  justify-content: space-evenly;
+}
+
+#index > p {
+  flex: 100%;
+}
+
+#index img {
+  flex: 50%;
+}
+
 /* TOS */
 
 #TOS {