Fixed social preview text alignment bug in editor

This commit is contained in:
Sanne de Vries 2021-09-20 17:08:14 +02:00
parent 7146d9e09a
commit f876f16df0

View File

@ -220,6 +220,11 @@
height: 2.4rem;
}
.gh-post-preview-social-container p {
width: 100%;
text-align: center;
}
@media (max-width: 1120px) {
.gh-social-container-responsive {
flex-direction: column;