mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Scale logo down when display is very short (ie. iPhone 4)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user