Skip to content

Commit 39ee704

Browse files
committed
Adjust blogpost link styling: modify top positioning and add icon-link class
1 parent 0ff948e commit 39ee704

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

assets/css/main.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,14 @@ a.blogpost {
164164
color: red;
165165
font-size: 1.7rem;
166166
position: relative;
167-
top: 5px;
167+
top: 1px;
168168
}
169169
}
170170

171+
.icon-link {
172+
text-decoration: none;
173+
}
174+
171175

172176
//pagination
173177

0 commit comments

Comments
 (0)