aboutsummaryrefslogtreecommitdiff
path: root/theme/static
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static')
-rw-r--r--theme/static/styles.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index b8c0abc..190b454 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -57,7 +57,6 @@ header {
padding-left: var(--pad);
padding-right: var(--pad);
}
-main { padding-bottom: 6rem; }
footer { padding-bottom: 3rem; }
/* Prose constraint — applied to article/page body text only */
@@ -108,7 +107,8 @@ footer { padding-bottom: 3rem; }
.masthead nav ul {
list-style: none;
display: flex;
-}.masthead nav li { flex: 1; }
+}
+.masthead nav li { flex: 1; }
.masthead nav a {
display: block;
text-align: center;
@@ -119,10 +119,9 @@ footer { padding-bottom: 3rem; }
letter-spacing: 0.16em;
text-decoration: none;
color: var(--meta);
- border-right: 1px solid var(--border-soft);
+ border: 1px solid var(--border-soft);
transition: color 0.1s, background 0.1s;
}
-.masthead nav li:last-child a { border-right: none; }
.masthead nav a:hover { color: var(--bg); background: var(--fg); }
/* ============================================================