Further styling fixes

This commit is contained in:
Fred Boniface 2022-10-28 21:04:54 +01:00
parent 1116ea9770
commit 47389c41e2
1 changed files with 2 additions and 2 deletions

View File

@ -128,14 +128,14 @@ body {
display: block; display: block;
white-space: nowrap; 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:hover {color: var(--main-text-color)}
#sidebar a:active {color: var(--main-text-color)} #sidebar a:active {color: var(--main-text-color)}
#sidebar_logo { #sidebar_logo {
margin-top: 30%; margin-top: 30%;
text-align: center; 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 { #sidebar_social {
position: absolute; position: absolute;