lower media query css trigger

This commit is contained in:
2018-04-25 21:27:55 +02:00
parent 79b253c350
commit 225e5c5929
2 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
@@ -137,7 +137,7 @@ header[role="banner"]{
} }
} }
} }
@media only screen and (max-width: 1280px) { @media only screen and (max-width: 1270px) {
margin-top: 15px; margin-top: 15px;
ul{ ul{
li{ li{
@@ -188,7 +188,7 @@ header[role="banner"]{
} }
} }
@media only screen and (max-width: 1280px) { @media only screen and (max-width: 1270px) {
margin-top: 15px; margin-top: 15px;
margin-left: 0.5em; margin-left: 0.5em;
border-left: 1px solid red; border-left: 1px solid red;
@@ -1472,7 +1472,7 @@ footer{
// min-width: 50px; // min-width: 50px;
text-align: right; text-align: right;
} }
@media only screen and (max-width: 1280px) { @media only screen and (max-width: 1270px) {
.region-footer-left{ .region-footer-left{
width:9%; width:9%;
} }
@@ -1525,7 +1525,7 @@ footer{
} }
} }
@media only screen and (max-width: 1280px) { @media only screen and (max-width: 1270px) {
margin-top: 15px; margin-top: 15px;
ul{ ul{
li{ li{