Skip to content
Snippets Groups Projects
Commit 65a4c13d authored by xaralis's avatar xaralis
Browse files

Fix horizontal gap on some browsers

parent 39c60d19
No related branches found
No related tags found
No related merge requests found
Pipeline #873 passed
File added
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
} }
.subnav-aside { .subnav-aside {
@apply absolute; @apply absolute w-full;
} }
.subnav-aside__close, .subnav-aside__close,
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
.subnav-aside__item { .subnav-aside__item {
@apply absolute w-screen opacity-0 pointer-events-none transition duration-500 py-4 bg-white elevation-21 z-50; @apply absolute w-full opacity-0 pointer-events-none transition duration-500 py-4 bg-white elevation-21 z-50;
@screen lg { @screen lg {
@apply py-8; @apply py-8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment