Improve element sizing and position on small screens

This commit is contained in:
Matt-Yorkley
2020-04-20 09:19:09 +02:00
parent f337fd49e1
commit cbd77b4941
2 changed files with 3 additions and 0 deletions

View File

@@ -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) {

View File

@@ -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;