Build: (4285426
) Comment out web graphics overflow CSS properties
This commit is contained in:
parent
a7b18ddf50
commit
0f48e29086
|
@ -149,8 +149,8 @@ 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;
|
overflow-clip-margin: 0.5em; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Adoptables wrapper */
|
/* Adoptables wrapper */
|
||||||
|
@ -159,7 +159,6 @@ p + .adoptables { margin-top: 1em; }
|
||||||
|
|
||||||
/* Tabs */
|
/* Tabs */
|
||||||
.tabwrap section { display: none; }
|
.tabwrap section { display: none; }
|
||||||
|
|
||||||
.tabwrap section:target,
|
.tabwrap section:target,
|
||||||
.tabwrap section:has(*:target) { display: block; }
|
.tabwrap section:has(*:target) { display: block; }
|
||||||
|
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Leilukin's personal website.</subtitle>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.com"/>
|
<link href="https://leilukin.com"/>
|
||||||
<updated>2024-08-04T16:51:25Z</updated>
|
<updated>2024-08-04T17:20:10Z</updated>
|
||||||
<id>https://leilukin.com/</id>
|
<id>https://leilukin.com/</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
Loading…
Reference in New Issue