fixed socials grid
This commit is contained in:
parent
283d649bea
commit
688438d473
|
@ -148,4 +148,12 @@
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-height: 720px){
|
||||||
|
.socials {
|
||||||
|
display: flex;
|
||||||
|
justify-content: unset;
|
||||||
|
margin-top: 80px;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue