Prechádzať zdrojové kódy

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

Jacopo Tomasone 5 rokov pred
rodič
commit
20651d0bae

+ 4 - 0
maywood/style-rtl.css

@@ -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%;

+ 4 - 0
maywood/style.css

@@ -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%;

+ 4 - 0
varia/sass/full-site-editing/_imports.scss

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

+ 4 - 0
varia/style-rtl.css

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

+ 4 - 0
varia/style.css

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