mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 09:40:21 +00:00
Disabled navigation buttons on mobile
This commit is contained in:
@@ -135,7 +135,7 @@ export default {
|
||||
margin-left: 2rem;
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
margin-left: 0.5rem;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -144,7 +144,7 @@ export default {
|
||||
margin-right: 2rem;
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
margin-right: 0.5rem;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user