From 32794300622be0b4a887185eb15f753ed5968705 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Mon, 21 Oct 2019 18:53:02 -0700 Subject: [PATCH] Adjust size of pizza on mobile --- src/index.styl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/index.styl b/src/index.styl index 1b5984a..985c644 100644 --- a/src/index.styl +++ b/src/index.styl @@ -138,6 +138,11 @@ small { align-content: center justify-content: center + @media (max-width: 600px) { + width: 150px + min-height: 150px + } + &:before { background: url(/images/pizza.png) center center / 300px 300px no-repeat content: "" @@ -146,6 +151,11 @@ small { height: 300px transition: transform 1s z-index: -1 + + @media (max-width: 600px) { + width: 150px + height: 150px + } } &.spinner-animated:before {