redesign #1

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

View File

@ -139,14 +139,15 @@ body {
}
#sidebar_social {
position: absolute;
display: flex;
bottom: 50px;
width: 100%;
margin: auto;
text-align: center;
justify-content: center;
}
.social_icon img {
max-width: 120px;
width: 20%;
#sidebar_social img {
width: 12vw;
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}}