Full Site Editing / Varia, Maywood: Center the site info (#1399)

This commit is contained in:
Jacopo Tomasone 2019-09-05 20:22:58 +01:00 committed by GitHub
parent d1a9f47099
commit 20651d0bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 0 deletions

View file

@ -3799,6 +3799,10 @@ p:not(.site-title) a:hover {
}
}
.fse-enabled .site-footer .site-info {
text-align: center;
}
.fse-enabled .site-header.entry-content {
margin-bottom: 0;
max-width: 100%;

View file

@ -3828,6 +3828,10 @@ p:not(.site-title) a:hover {
}
}
.fse-enabled .site-footer .site-info {
text-align: center;
}
.fse-enabled .site-header.entry-content {
margin-bottom: 0;
max-width: 100%;

View file

@ -25,5 +25,9 @@
}
}
}
.site-info {
text-align: center;
}
}
}

View file

@ -3386,3 +3386,7 @@ img#wpstats {
display: none;
}
}
.fse-enabled .site-footer .site-info {
text-align: center;
}

View file

@ -3415,3 +3415,7 @@ img#wpstats {
display: none;
}
}
.fse-enabled .site-footer .site-info {
text-align: center;
}