Nearly there
This commit is contained in:
parent
ec45fe67a5
commit
1116ea9770
@ -139,14 +139,15 @@ body {
|
|||||||
}
|
}
|
||||||
#sidebar_social {
|
#sidebar_social {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
display: flex;
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.social_icon img {
|
#sidebar_social img {
|
||||||
max-width: 120px;
|
width: 12vw;
|
||||||
width: 20%;
|
max-width: 50px;
|
||||||
}
|
}
|
||||||
@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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user