Compare commits
No commits in common. "00cbafdabc16bce456f87798a499a239644f3511" and "d84d367087a3e8402b28e73a79a1359a95fec0dd" have entirely different histories.
00cbafdabc
...
d84d367087
|
@ -150,9 +150,7 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
overflow-x: clip;
|
||||
}
|
||||
@media only screen and (min-width: 60rem) {
|
||||
.web-graphics { overflow-x: unset; }
|
||||
overflow-clip-margin: 0.5em;
|
||||
}
|
||||
|
||||
/* Adoptables wrapper */
|
||||
|
@ -161,6 +159,7 @@ p + .adoptables { margin-top: 1em; }
|
|||
|
||||
/* Tabs */
|
||||
.tabwrap section { display: none; }
|
||||
|
||||
.tabwrap section:target,
|
||||
.tabwrap section:has(*:target) { display: block; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue