mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Improve element sizing and position on small screens
This commit is contained in:
@@ -85,6 +85,7 @@ ordercycle {
|
||||
|
||||
@media all and (max-width: 480px) {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,6 +100,7 @@ ordercycle {
|
||||
|
||||
@media all and (max-width: 768px) {
|
||||
float: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
@media all and (max-width: 480px) {
|
||||
|
||||
@@ -32,6 +32,7 @@ $sidebar-footer-height: 5em;
|
||||
margin: 0;
|
||||
padding: 0 1em 0 2.75em;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
background: $white url("/assets/icn-search-grey.png") 1em center no-repeat;
|
||||
font-size: 1em;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user