Fix social styles again

This commit is contained in:
Fred Boniface 2022-10-28 21:09:10 +01:00
parent 47389c41e2
commit ae4fd88bad
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ body {
max-width: 50px;
}
@media screen and (min-height: 600px){#sidebar_social img{margin-bottom:40px}}
@media screen and (max-height: 310px){#sidebar_social{display:none}}
@media screen and (max-height: 360px){#sidebar_social img{display:none}}
/* CONTENT */
.content { /* Try z-index: 1; so it scrolls over header image */
padding-top: 10px;