Fixing responsibility issues.

This commit is contained in:
Greenscreener 2019-09-08 13:51:12 +02:00
parent 90e4ca9d1d
commit bdcc079b16

View File

@ -74,6 +74,7 @@ $primary: #0b2a37;
} }
.big-buttons { .big-buttons {
max-width: 62em; max-width: 62em;
overflow: hidden;
} }
.big-button { .big-button {
width: 100%; width: 100%;
@ -88,7 +89,7 @@ $primary: #0b2a37;
font-weight: 500; font-weight: 500;
max-width: 30em; max-width: 30em;
@include mobile { @include mobile {
font-size: 0.8em; font-size: 0.75em;
} }
&:hover { &:hover {
transform: scale(1.02); transform: scale(1.02);