Explorar o código

Tidy up archive pages.

Kjell Reigstad %!s(int64=4) %!d(string=hai) anos
pai
achega
4a2a342abd
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      blankie/style.css

+ 11 - 0
blankie/style.css

@@ -52,6 +52,16 @@ GNU General Public License for more details.
 	padding-top: var(--global--spacing-vertical);
 }
 
+/* Add some top padding for archive pages. */
+
+@media screen and (min-width: 580px) {
+
+	body:not(.single):not(.page) {
+		padding-top: calc(3 * var(--global--spacing-vertical));
+	}
+}
+
+
 /* Remove the top border from the entry-footer. */
 
 .site-main > article > .entry-footer {
@@ -61,6 +71,7 @@ GNU General Public License for more details.
 /* Center-align headers and footers. */
 
 .entry-header,
+.page-title,
 .entry-footer,
 .site-info {
 	text-align: center;