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