Commit 83a7d555 by Iren

add oll style for max-widht 576px for section advertising

parent 13b7097d
......@@ -773,7 +773,7 @@ video {
}
@media (max-width: 576px) {
.advertising-background {
padding-bottom: 0;
padding-bottom: 20px;
padding-top: 55px;
}
}
......@@ -959,7 +959,7 @@ video {
.advertising-img-order img {
min-width: 300px;
margin-left: -25px;
height: 190px;
height: 183px;
}
}
@media (max-width: 1250px) {
......@@ -990,7 +990,7 @@ video {
}
.advertising-img img {
min-width: 320px;
height: 190px;
height: 183px;
margin-left: -25px;
}
}
......
......@@ -652,7 +652,7 @@ video {
padding-top: 90px;
}
@media (max-width: 576px) {
padding-bottom: 0;
padding-bottom: 20px;
padding-top: 55px;
}
}
......@@ -811,7 +811,7 @@ video {
img {
min-width: 300px;
margin-left: -25px;
height: 190px;
height: 183px;
}
}
@media (max-width: 1250px) {
......@@ -836,7 +836,7 @@ video {
margin-top: 0;
img {
min-width: 320px;
height: 190px;
height: 183px;
margin-left: -25px;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment