page styles: do-n-donts
authorEduardo <[email protected]>
Sun, 26 Nov 2023 17:55:09 +0000 (18:55 +0100)
committerEduardo <[email protected]>
Sun, 26 Nov 2023 17:55:09 +0000 (18:55 +0100)
src/assets/css/style.css

index c522beb9c070fe7c4b33bdc1ba693e3d08697705..d7e3dd1f015f71c1389124647694f10b3841674f 100644 (file)
@@ -158,12 +158,33 @@ body {
   text-align: left;
 }
 
+/* do-n-donts */
+
+#do-n-donts {
+  display: flex;
+  flex-wrap: wrap;
+  justify-content: space-evenly;
+  text-align: left;
+}
+
+#do-n-donts h1 {
+  text-align: center;
+  flex: 100%;
+}
+
+#do-n-donts h2 {
+  font-family: BAHNSCHRIFT, Montserrat, Tahoma, Arial;
+  text-align: center;
+}
+
 /* contact-us */
+
 #contact-us a:hover {
   text-decoration: underline;
 }
 
 /* announcements */
+
 #announcements h2 {
   font-family: BAHNSCHRIFT, Montserrat, Tahoma, Arial;
   margin-top: 50px;
@@ -175,6 +196,7 @@ body {
 }
 
 /* override */
+
 .material-icons {
   vertical-align: middle;
 }