Adjust @media queries

This commit is contained in:
Fred Boniface 2022-10-19 21:23:39 +01:00
parent 0c7400530c
commit d1851b3b41
2 changed files with 7 additions and 1 deletions

View File

@ -75,7 +75,7 @@
width: 100%;
}
@media screen and (min-width: 800px) {
@media screen and (min-width: 800px) and (min-height: 700px) {
#menubar {
position: -webkit-sticky;
position: sticky;

View File

@ -37,4 +37,10 @@ body {
margin-top: 10px;
margin-bottom: 10px;
width: 90%;
}
@media screen and (min-width: 800px) and (min-height: 700px) {
#header_image_home {
margin-top: auto;
}
}