Compare commits

...

2 Commits

Author SHA1 Message Date
antilopa 5c91c49008 smaller menu fornt on narrow screens 2022-10-27 21:52:20 +02:00
antilopa 0a626c6efd click through overlay layer 2022-10-27 21:49:44 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
position: relative; position: relative;
overflow:hidden; overflow:hidden;
z-index: 999; z-index: 999;
pointer-events: none;
} }
.banner img { .banner img {

View File

@ -293,7 +293,7 @@ Lacre Media Queries
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
body { body {
font-size: 0.9rem; font-size: 0.8rem;
width: 100%; width: 100%;
} }