Social Styling

This commit is contained in:
Fred Boniface 2022-10-28 20:38:22 +01:00
parent f0cb2c0d82
commit 99a516d72b
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ body {
text-align: center; text-align: center;
} }
#sidebar_social img { #sidebar_social img {
max-width: 64px; max-width: 120px;
width: 14%; width: 20%;
} }
@media screen and (min-height: 600px){#sidebar_social img{margin-bottom:40px}} @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: 310px){#sidebar_social{display:none}}