redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit d1851b3b41 - Show all commits

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;
}
}