Skip to content
Snippets Groups Projects
Commit 39a8ec33 authored by Olivia206's avatar Olivia206
Browse files

fixed padding

parent d1f04648
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
color: $color-text color: $color-text
height: 100vh height: 100vh
left: 0 left: 0
padding-bottom: $spacing-5
padding-right: var(--grid-gutter) padding-right: var(--grid-gutter)
padding-left: var(--grid-gutter) padding-left: var(--grid-gutter)
position: fixed position: fixed
...@@ -62,7 +63,6 @@ ...@@ -62,7 +63,6 @@
width: 100vw width: 100vw
z-index: 80 z-index: 80
@include media-breakpoint-down(desktop) @include media-breakpoint-down(desktop)
padding-bottom: $spacing-5
padding-top: $spacing-6 padding-top: $spacing-6
@include media-breakpoint-up(desktop) @include media-breakpoint-up(desktop)
padding-top: $spacing-4 padding-top: $spacing-4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment