Center order cycle select elements in tablet view

This commit is contained in:
Matt-Yorkley
2020-03-17 15:45:47 +01:00
parent 2cb3a0cd99
commit 8a1de72542

View File

@@ -149,7 +149,8 @@ ordercycle {
}
@media all and (max-width: 1024px) {
float: right;
float: none;
margin-right: 1em;
}
@media all and (max-width: 768px) {
@@ -169,9 +170,11 @@ ordercycle {
padding: 0 0 12px;
@media all and (max-width: 1024px) {
float: left;
float: none;
display: inline-block;
padding: 0.2em 0 0;
font-size: 1.2em;
margin-right: 1em;
}
@media all and (max-width: 768px) {