Scale logo down when display is very short (ie. iPhone 4)

This commit is contained in:
Rohan Mitchell
2015-07-01 15:38:50 +10:00
parent b991f6c228
commit 960e4d3015

View File

@@ -24,7 +24,10 @@
@media all and (min-width: 768px)
margin-top: 10rem
img
max-width: 80%
max-width: 45%
@media all and (min-height: 500px)
max-width: 80%
margin-bottom: 2rem
@media all and (min-width: 768px)
margin-bottom: 5rem