Remove shadow and disable hovering on mobile view

This commit is contained in:
2025-06-02 23:42:49 +02:00
parent 7090254658
commit 64fd123a85
2 changed files with 13 additions and 3 deletions

View File

@ -126,10 +126,13 @@ nav.navbar {
ul.content {
list-style-type: none;
box-shadow: 3px 3px 3px 0 #dfdfdf;
background: white;
margin: 0;
@media (min-width: 500px) {
box-shadow: 3px 3px 3px 0 #dfdfdf;
}
>li>a {
display: flex;
padding: 15px 20px;