Build: (bfab7cb
) Improve badge wrapper
This commit is contained in:
parent
e8d27fc785
commit
f8ea0b0923
|
@ -160,7 +160,10 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
|
|||
|
||||
.adoptables { align-items: flex-end; }
|
||||
p + .adoptables { margin-top: 1em; }
|
||||
.web-badges { justify-content: center; }
|
||||
.web-badges {
|
||||
justify-content: center;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
/* Tabs */
|
||||
.tabwrap section { display: none; }
|
||||
|
|
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-16T01:25:01Z</updated>
|
||||
<updated>2024-08-16T01:35:59Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -659,12 +659,12 @@ by Ann Magill (2021)" width="88" height="31" loading="lazy" tabindex="0">
|
|||
<div class="web-graphics web-badges">
|
||||
<a href="https://validator.w3.org/feed/check.cgi?url=https%3A//leilukin.com/feed.xml"><img src="/assets/buttons/badges/valid-atom.png" alt="Valid Atom 1.0" width="88" height="31" loading="lazy"></a>
|
||||
<a href="https://ko-fi.com/s/798b83fbcc"><img src="/assets/buttons/badges/coffee-powered.png" alt="Coffee powered" width="88" height="31" loading="lazy"></a>
|
||||
</div>
|
||||
<div id="wcb" class="carbonbadge wcb-d">
|
||||
<noscript>
|
||||
<p>Looks like you have JavaScript disabled. JavaScript is required to display the <a href="https://www.websitecarbon.com/badge/">Website Carbon badge</a>.</p>
|
||||
</noscript>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue