frontend: run lint

Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
Nicolas Froger 2024-07-27 02:10:59 +02:00
commit 2647ac244d
No known key found for this signature in database
61 changed files with 426 additions and 592 deletions

View file

@ -2,20 +2,20 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
font-family: 'Raleway', sans-serif;
font-family: 'Raleway', sans-serif;
}
#kektus {
font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif;
}
.ol-zoom {
top: 120px !important;
left: .5em;
top: 120px !important;
left: 0.5em;
}
@media screen and (min-width: 500px) {
.ol-zoom {
top: 70px !important;
}
}
.ol-zoom {
top: 70px !important;
}
}