Skip to content

Commit 5c9e6dc

Browse files
committed
Tweak CSS layout and typography
1 parent e755803 commit 5c9e6dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_sass/_layout.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ article {
128128

129129
.article-bio ul {
130130
padding-left: 0;
131-
li { padding-bottom: 1em; }
131+
li { padding-bottom: 0.5em }
132+
margin-bottom: 1em;
132133
}
133134

134135
.article-footer {

_sass/_typography.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ a:hover {
108108
letter-spacing: normal;
109109
font-family: $ui-font;
110110
overflow-x: hidden;
111+
margin-bottom: 1.1em;
111112
}
112113

113114
.article-permalink {

0 commit comments

Comments
 (0)