Compare commits
No commits in common. "ad0b7cfb824a65723b84c2953bbb326f7a07cc08" and "a7b18ddf507d8bc38dab306338923891c805d1cf" have entirely different histories.
ad0b7cfb82
...
a7b18ddf50
|
@ -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; }
|
||||
|
||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.com"/>
|
||||
<updated>2024-08-04T17:37:53Z</updated>
|
||||
<updated>2024-08-04T16:51:25Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
Loading…
Reference in New Issue