redesign #1

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

View File

@ -128,14 +128,14 @@ body {
display: block;
white-space: nowrap;
}
@media screen and (max-height: 400px){#sidebar a{margin-top:0px;padding-top:0px}}
@media screen and (max-height: 455px){#sidebar a{margin-top:0px;padding-top:0px}}
#sidebar a:hover {color: var(--main-text-color)}
#sidebar a:active {color: var(--main-text-color)}
#sidebar_logo {
margin-top: 30%;
text-align: center;
}
@media screen and (max-height: 540px){#sidebar_logo{display:none}
@media screen and (max-height: 640px){#sidebar_logo{display:none}
}
#sidebar_social {
position: absolute;