Skip to content

Commit

Permalink
remove width 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
vilderoxan committed Mar 19, 2024
1 parent cacb111 commit ff94a31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/styles/burger-menu-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
width: 100%;
z-index: var(--z-index-dropdown-menu);
box-shadow: inset 0 -1px 0 $a-gray-300;

@include mixins.for-size(desktop-large-up) {
width: 80%;
}
border-bottom-left-radius: var(--a-border-radius-medium);
border-bottom-right-radius: var(--a-border-radius-medium);

&__content {
display: flex;
Expand Down

0 comments on commit ff94a31

Please sign in to comment.