Skip to content

Commit

Permalink
Remove margin from menu label to remove white space on mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
madalingorbanescu committed May 19, 2020
1 parent bf3c0f8 commit 34caba6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/components/site-header/_menu-toggle.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.c-menu-toggle {
margin: 0 !important;
}

.c-menu-toggle__wrap {
display: flex;
align-items: center;
Expand Down
3 changes: 3 additions & 0 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,9 @@ ul.menu a,
.page_item {
position: relative; }

.c-menu-toggle {
margin: 0 !important; }

.c-menu-toggle__wrap {
display: flex;
align-items: center;
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,9 @@ ul.menu a,
.page_item {
position: relative; }

.c-menu-toggle {
margin: 0 !important; }

.c-menu-toggle__wrap {
display: flex;
align-items: center;
Expand Down

0 comments on commit 34caba6

Please sign in to comment.