Fix pricing tiles size

This commit is contained in:
Bartłomiej Pluta (PGS Software)
2018-06-05 13:56:56 +02:00
parent fcb9969cd1
commit 5e147407c8

View File

@@ -24,8 +24,8 @@
} }
.price-wrapper { .price-wrapper {
padding: 25px 10px; padding: 40px 15px;
height: 520px; height: 560px;
transition: $hover-duration; transition: $hover-duration;
&:hover { &:hover {
@@ -44,7 +44,7 @@
} }
@media all and (max-width: $tablet) { @media all and (max-width: $tablet) {
height: 450px; height: 470px;
} }
} }
@@ -86,7 +86,7 @@
font-size: 50px; font-size: 50px;
} }
@media all and (max-width: $tablet) { @media all and (max-width: $desktop) {
font-size: 40px; font-size: 40px;
} }
} }