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;
|
||||
ul{
|
||||
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-left: 0.5em;
|
||||
border-left: 1px solid red;
|
||||
@@ -1472,7 +1472,7 @@ footer{
|
||||
// min-width: 50px;
|
||||
text-align: right;
|
||||
}
|
||||
@media only screen and (max-width: 1280px) {
|
||||
@media only screen and (max-width: 1270px) {
|
||||
.region-footer-left{
|
||||
width:9%;
|
||||
}
|
||||
@@ -1525,7 +1525,7 @@ footer{
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1280px) {
|
||||
@media only screen and (max-width: 1270px) {
|
||||
margin-top: 15px;
|
||||
ul{
|
||||
li{
|
||||
|
||||
Reference in New Issue
Block a user