mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Remove shadow and disable hovering on mobile view
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user