fix: set correct margin on banner
This commit is contained in:
6
public/css/style.css
vendored
6
public/css/style.css
vendored
@@ -959,10 +959,8 @@ div.pp_default .pp_close:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ins[data-revive-zoneid="2"] {
|
ins[data-revive-zoneid="2"] {
|
||||||
width: 100%;
|
margin: 2rem 0;
|
||||||
height: 275px;
|
display: block;
|
||||||
margin: 11px auto 50px auto;
|
|
||||||
background-color: #efefef;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,8 +1,6 @@
|
|||||||
ins[data-revive-zoneid="2"] {
|
ins[data-revive-zoneid="2"] {
|
||||||
width: 100%;
|
margin: 2rem 0;
|
||||||
height: 275px;
|
display: block;
|
||||||
margin: 11px auto 50px auto;
|
|
||||||
background-color: #efefef;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user