Skip to content

Commit d4a2f5a

Browse files
fix: only top level menu item now gets height:100%
1 parent e9cf1c0 commit d4a2f5a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/scss/partials/components/_navigation.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
}
3737
> li{
3838
> a{
39-
height: 100%;
4039
display: flex;
4140
align-items: center;
4241
> span{
@@ -49,6 +48,13 @@
4948
}
5049
}
5150
}
51+
> ul{
52+
> li{
53+
> a{
54+
height: 100%;
55+
}
56+
}
57+
}
5258
}
5359

5460
// Main menu item styling

0 commit comments

Comments
 (0)