new Landing page, stripped app
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
:host {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 1023px) {
|
||||
.order-2 {
|
||||
order: 2;
|
||||
}
|
||||
.order-3 {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
section 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