Full Site Editing / Varia, Maywood: Center the site info (#1399)
This commit is contained in:
parent
d1a9f47099
commit
20651d0bae
5 changed files with 20 additions and 0 deletions
|
@ -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%;
|
||||
|
|
|
@ -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%;
|
||||
|
|
|
@ -25,5 +25,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.site-info {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3386,3 +3386,7 @@ img#wpstats {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fse-enabled .site-footer .site-info {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -3415,3 +3415,7 @@ img#wpstats {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fse-enabled .site-footer .site-info {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue