Unset overflow clip of web graphics on wide screens
This commit is contained in:
parent
feb9511dc1
commit
f3ba6f3601
@ -149,8 +149,10 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
|||||||
list-style-type: "";
|
list-style-type: "";
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/* overflow-x: clip;
|
overflow-x: clip;
|
||||||
overflow-clip-margin: 0.5em; */
|
}
|
||||||
|
@media only screen and (min-width: 60rem) {
|
||||||
|
.web-graphics { overflow-x: unset; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Adoptables wrapper */
|
/* Adoptables wrapper */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user