Skip to content

Commit

Permalink
make fullwidth sections mobile-friendlier
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolfst committed Oct 13, 2020
1 parent d9b702e commit 3c79d61
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/assets/stylesheets/yosis/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
margin-top: 100px;
left: 50%;
@extend .has-background-verycleargrey;
@include mobile {
padding-left: 2em;
padding-right: 2em;
}
@include tablet {
padding-left: 2em;
padding-right: 2em;
}
}

.darkgrey_fullwidth {
Expand All @@ -24,6 +32,14 @@
background-color: #26232A;
//@extend .has-background-grey;
font-color: findColorInvert(#26232A);
@include tablet {
padding-left: 2em;
padding-right: 2em;
}
@include mobile {
padding-left: 2em;
padding-right: 2em;
}
}

/* 1:1 ratio circle thing */
Expand Down

0 comments on commit 3c79d61

Please sign in to comment.