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