Skip to content

Commit 3fc638f

Browse files
committed
minor-fixes 2.0
1 parent ea297ac commit 3fc638f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sass/styles/elements/elements.navigation.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
margin: 0;
1818
display: flex;
1919
align-items: center;
20+
padding: 0;
2021
}
2122

2223
.nav-items {
2324
@include font($global-font-family, $global-font-size, $global-font-weight);
2425
display: inline-block;
25-
@include margin(null, 40px, null, null);
26+
@include margin(null, null, null, 40px);
2627
text-transform: uppercase;
2728
position: relative;
2829
}

sass/styles/objects/o-homepage-layout/o-homepage.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
.home-heading {
1212
font-size: $font-xl;
13-
margin-left: -0.6%;
1413
color: $button-element-level;
1514
margin-bottom: 30px;
1615
}

0 commit comments

Comments
 (0)