neu
This commit is contained in:
parent
fe6f2ac02f
commit
e021f3419b
@ -11,7 +11,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -43,11 +42,7 @@
|
|||||||
font-family: 'Titillium';
|
font-family: 'Titillium';
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1, h2, h3 {
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -60,6 +55,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
margin-top: 20px; /* Abstand zum oberen Inhalt */
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user