This commit is contained in:
Bianca Fürstenau 2025-02-12 04:35:23 +01:00
parent ce3a2850ce
commit d7d6a32334
6 changed files with 72 additions and 35 deletions

View file

@ -1,5 +1,10 @@
@font-face {
font-family: hessenSagtNein;
src: url(assets/hessen_sagt_nein.otf);
}
:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-family: Noto Sans, sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
@ -14,7 +19,7 @@
-webkit-text-size-adjust: 100%;
}
.container {
.h-container {
margin: auto;
display: flex;
flex-direction: row;
@ -24,6 +29,16 @@
gap: 3mm;
}
.v-container {
margin: auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
text-align: center;
gap: 3mm;
}
.logo {
margin: auto;
padding: 0em 0em;
@ -76,6 +91,11 @@ button {
cursor: pointer;
}
.shout {
font-size: 1.2cm;
font-family: hessenSagtNein;
}
button:hover {
border-color: #396cd8;
}