lower media query css trigger
This commit is contained in:
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{
|
||||||
|
|||||||
Reference in New Issue
Block a user