Skip to content

Commit 876f17f

Browse files
committed
Fix margin on link items
1 parent 0d62946 commit 876f17f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sass/main.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ nav {
136136

137137
a {
138138
padding: 0px 5px;
139-
margin: 0px 10px;
139+
margin-left: 10px;
140140
}
141141

142142
.link:hover {
@@ -151,9 +151,8 @@ nav {
151151
}
152152

153153
#logo {
154-
align-self: flex-start;
155-
width: $nav-height;
156154
height: $nav-height;
155+
align-self: flex-start;
157156

158157
img {
159158
width: $nav-height;

0 commit comments

Comments
 (0)