Fixed responsibility of buttons.

This commit is contained in:
Greenscreener 2019-09-08 13:17:20 +02:00
parent 1adcd93c73
commit 90e4ca9d1d

View File

@ -87,6 +87,9 @@ $primary: #0b2a37;
border-radius: 5px; border-radius: 5px;
font-weight: 500; font-weight: 500;
max-width: 30em; max-width: 30em;
@include mobile {
font-size: 0.8em;
}
&:hover { &:hover {
transform: scale(1.02); transform: scale(1.02);
cursor: pointer; cursor: pointer;