triggering tests

This commit is contained in:
Sharyn 2018-07-19 17:19:11 +02:00
parent 7fb06aee76
commit 3e8c148238
1 changed files with 4 additions and 4 deletions

View File

@ -66,6 +66,10 @@
padding: calculateRem(4) calculateRem(12);
transform: scale(1);
transition: transform 0.2s ease-in-out;
&:hover {
transform: scale(1.05);
}
&.size-1 {
font-size: calculateRem(30);
@ -103,10 +107,6 @@
}
}
&:hover {
transform: scale(1.05);
}
> span,
> a {
color: $text-color;