Almost final fix

This commit is contained in:
Fred Boniface 2022-10-28 21:12:06 +01:00
parent ae4fd88bad
commit 007aef7a15
1 changed files with 2 additions and 1 deletions

View File

@ -148,8 +148,9 @@ body {
#sidebar_social img {
width: 12vw;
max-width: 50px;
transition: 0.2s;
}
@media screen and (min-height: 600px){#sidebar_social img{margin-bottom:40px}}
@media screen and (min-height: 600px){#sidebar_social img{margin-bottom:10px}}
@media screen and (max-height: 360px){#sidebar_social img{display:none}}
/* CONTENT */
.content { /* Try z-index: 1; so it scrolls over header image */