- homepage desktop, ipad landscape

This commit is contained in:
Peter Papp
2021-04-05 16:43:12 +02:00
parent 2f4df83b31
commit 399748b01a
11 changed files with 574 additions and 48 deletions
@@ -65,7 +65,7 @@
var el = document.getElementById('vuefilemanager')
const section = document.getElementById(anchor),
position = section.offsetTop - 100;
position = section.offsetTop;
el.scrollTo({top: position, behavior: 'smooth'});
}
@@ -132,6 +132,12 @@
}
}
@media only screen and (max-width: 1370px) {
.navigation {
margin-top: 5px;
}
}
@media only screen and (max-width: 960px) {
.oasis-navigation.navigation {
margin-top: 10px;