forked from MapComplete/MapComplete
Index: Center index content
This is only for the lg-Screen-size. It makes the content use more space and be more centered in the screen. Wanted to use some Tailwind-Center-Class but didn't manage to. This works as well.
This commit is contained in:
parent
dc9b2d382b
commit
0443de44b6
2 changed files with 3 additions and 1 deletions
|
@ -306,6 +306,8 @@ a {
|
|||
z-index: 5000;
|
||||
transition: all 500ms linear;
|
||||
pointer-events: none;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.welcomeMessage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue