update content padding

This commit is contained in:
ManjaroOne666 2019-01-23 16:34:02 +00:00
parent 5611666001
commit 707376d78c
1 changed files with 2 additions and 1 deletions

View File

@ -74,10 +74,11 @@ $z-index-top: 10;
top: 0; top: 0;
right: 0; right: 0;
padding: 2rem; padding: .5rem;
@media (min-width: $bp__layout) { @media (min-width: $bp__layout) {
width: 50%; width: 50%;
padding: 2rem;
background-color: rgba(0, 0, 0, .3); background-color: rgba(0, 0, 0, .3);
} }