Umbau zu tailwind + mobile friendly: LandingPage & Footer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user