Skip to content

Commit 7545090

Browse files
Increase header icons size (#9)
1 parent 19609cf commit 7545090

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/css/header.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,13 @@ body {
142142
align-items: center;
143143
}
144144

145+
.navbar-item.icons .navbar-link {
146+
font-size: 1rem;
147+
}
148+
145149
.navbar-item.icons .navbar-link:not(:last-child) {
146-
padding-right: 4px;
150+
padding-right: 0;
151+
margin-right: 4px;
147152
}
148153

149154
.navbar-link {

0 commit comments

Comments
 (0)