|
@@ -276,4 +276,28 @@ main {
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
font-variation-settings: "SHRP" 50;
|
|
font-variation-settings: "SHRP" 50;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.bilder-container {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ flex-wrap: nowrap;
|
|
|
|
|
+}
|
|
|
|
|
+.bilder-container a {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ background-color: #eebc63;
|
|
|
|
|
+ text-decoration: none;
|
|
|
|
|
+ color: unset;
|
|
|
|
|
+ margin-bottom: 0.5em;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ padding-top: 0.75em;
|
|
|
|
|
+ padding-bottom: 0.75em;
|
|
|
|
|
+ border-radius: 0.25em;
|
|
|
|
|
+ font-family: "geologica";
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ font-variation-settings: "SHRP" 50;
|
|
|
|
|
+}
|
|
|
|
|
+.bilder-container a:nth-of-type(2n) {
|
|
|
|
|
+ background-color: #6395ee;
|
|
|
}/*# sourceMappingURL=main.css.map */
|
|
}/*# sourceMappingURL=main.css.map */
|