Build: (00cbafd
) Unset overflow clip of web graphics on wide screens
This commit is contained in:
parent
0f48e29086
commit
ad0b7cfb82
|
@ -149,8 +149,10 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
|||
list-style-type: "";
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
/* overflow-x: clip;
|
||||
overflow-clip-margin: 0.5em; */
|
||||
overflow-x: clip;
|
||||
}
|
||||
@media only screen and (min-width: 60rem) {
|
||||
.web-graphics { overflow-x: unset; }
|
||||
}
|
||||
|
||||
/* Adoptables wrapper */
|
||||
|
|
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:20:10Z</updated>
|
||||
<updated>2024-08-04T17:37:53Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
Loading…
Reference in New Issue