summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWolfgang Müller2021-03-29 17:12:31 +0200
committerWolfgang Müller2021-03-29 17:12:31 +0200
commit6f0aa925e9343cc9d700baab4839ed3c9e8ef0f0 (patch)
treec48f552d0957f46f48fee6667565df1293b828c7
parent77c5e9613ed417eac353e0ef97112f60b20288f7 (diff)
downloadsite-6f0aa925e9343cc9d700baab4839ed3c9e8ef0f0.tar.gz
css: Remove rule that has no effect
'align-self' cannot operate on elements that are not flex. This is most probably a remnant of an earlier discarded design whilst implementing 77bc0a9 (Attempt a thorough redesign of the landing page, 2020-06-06).
-rw-r--r--scss/style.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 0fbfd79..826268e 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -102,8 +102,6 @@ nav li > article {
color: var(--fg-color-mute);
}
- a { align-self: flex-start; }
-
h1 { font-size: 2.7rem; }
}