Build: (5074b00
) Increase overflow clip margin on narrow screens
This commit is contained in:
parent
e2f50de0a7
commit
21cc253032
|
@ -526,6 +526,11 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
<a href="https://sakuradreams.neocities.org/" data-tooltip-trigger title="Sakura Dream's Simba">
|
||||
<img src="/assets/adoptables/kittyfriends/sakuradreams-Simba.gif" alt="Sakura Dream's Simba" loading="lazy">
|
||||
</a>
|
||||
</li>
|
||||
<li data-tooltip>
|
||||
<a href="https://solaria.neocities.org/" data-tooltip-trigger title="Solaria's mama cat Creampuff and her 3 little puffs">
|
||||
<img src="/assets/adoptables/kittyfriends/solaria-creampuffs.png" alt="Solaria's mama cat Creampuff and her 3 little puffs" loading="lazy">
|
||||
</a>
|
||||
</li>
|
||||
<li data-tooltip>
|
||||
<a href="https://solaria.neocities.org/" data-tooltip-trigger title="Solaria's Garfield art">
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 878 B |
|
@ -149,7 +149,7 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
overflow-x: clip;
|
||||
overflow-clip-margin: 0.25em;
|
||||
overflow-clip-margin: 0.5em;
|
||||
}
|
||||
@media only screen and (min-width: 60rem) {
|
||||
.web-graphics {
|
||||
|
|
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-14T15:37:48Z</updated>
|
||||
<updated>2024-08-14T16:02:05Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
Loading…
Reference in New Issue