Set overflow clip margin for web graphic wrappers
This commit is contained in:
parent
c4ee738270
commit
b0f8d53c52
|
@ -150,9 +150,13 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
overflow-x: clip;
|
||||
overflow-clip-margin: 0.25em;
|
||||
}
|
||||
@media only screen and (min-width: 60rem) {
|
||||
.web-graphics { overflow-x: unset; }
|
||||
.web-graphics {
|
||||
overflow-x: unset;
|
||||
overflow-clip-margin: unset;
|
||||
}
|
||||
}
|
||||
|
||||
/* Adoptables wrapper */
|
||||
|
|
Loading…
Reference in New Issue