Adjust size of pizza on mobile

pull/106/head
Alex Kern 6 years ago
parent e3ceb2dc2e
commit 3279430062

@ -138,6 +138,11 @@ small {
align-content: center align-content: center
justify-content: center justify-content: center
@media (max-width: 600px) {
width: 150px
min-height: 150px
}
&:before { &:before {
background: url(/images/pizza.png) center center / 300px 300px no-repeat background: url(/images/pizza.png) center center / 300px 300px no-repeat
content: "" content: ""
@ -146,6 +151,11 @@ small {
height: 300px height: 300px
transition: transform 1s transition: transform 1s
z-index: -1 z-index: -1
@media (max-width: 600px) {
width: 150px
height: 150px
}
} }
&.spinner-animated:before { &.spinner-animated:before {

Loading…
Cancel
Save