Umbau zu tailwind + mobile friendly: LandingPage & Footer

This commit is contained in:
2024-07-02 19:17:14 +02:00
parent 3d5b7e3f39
commit 958f0afd9b
32 changed files with 1464 additions and 699 deletions

View File

@@ -1,6 +1,22 @@
:host{
height: 192px;
:host {
height: 192px;
}
div {
font-size: small;
}
font-size: small;
}
@media (max-width: 1023px) {
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
}
p {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
unicode-bidi: isolate;
}