Build: (cab3d74
) Increase content footer top margin
This commit is contained in:
parent
ad0b7cfb82
commit
25950d5e7c
|
@ -419,7 +419,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
<p>Feedback from disabled and neurodivergent people are welcome. You can <a href="mailto:contact@leilukin.com">contact me via email</a> for feedbacks and suggestions for improving the accessibility of this site.</p>
|
||||
|
||||
|
||||
<p>(This accessibility statement was last updated on 1 August 2024)</p>
|
||||
<p class="update-info">(This accessibility statement was last updated on 1 August 2024)</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
|
|
@ -182,11 +182,11 @@ p + .adoptables { margin-top: 1em; }
|
|||
}
|
||||
|
||||
.tab__btn:hover { background-color: #d5c2d6; }
|
||||
|
||||
.tab__btn:focus {
|
||||
outline: 0.2em solid var(--clr-title-border);
|
||||
outline-offset: 0.15em;
|
||||
}
|
||||
.tab__back { margin-top: 3em; }
|
||||
|
||||
/* Web ring */
|
||||
.webring {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
.bold-text { font-weight: 700; }
|
||||
.center-text { text-align: center; }
|
||||
.inline-img { display: inline-block; }
|
||||
.update-info { margin-top: 3em; }
|
||||
|
||||
.center-el {
|
||||
display: grid;
|
||||
|
|
|
@ -527,7 +527,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
<p>You can still access most of the content of this site with JavaScript disabled, but the above components will not work as intended.</p>
|
||||
|
||||
|
||||
<p>(This colophon page was last updated on 2 August 2024)</p>
|
||||
<p class="update-info">(This colophon page was last updated on 2 August 2024)</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
|
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-04T17:56:53Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -607,7 +607,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
</ul>
|
||||
|
||||
|
||||
<a href="#linktabs" class="tab__btn" style="margin-top: 2em;">Back to tabs</a>
|
||||
<a href="#linktabs" class="tab__btn tab__back">Back to tabs</a>
|
||||
</section>
|
||||
<section id="joined" class="content__section">
|
||||
<div class="heading-wrapper h2">
|
||||
|
@ -835,7 +835,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
</ul>
|
||||
|
||||
|
||||
<a href="#linktabs" class="tab__btn" style="margin-top: 2em;">Back to tabs</a>
|
||||
<a href="#linktabs" class="tab__btn tab__back">Back to tabs</a>
|
||||
</section>
|
||||
<section id="webmastery" class="content__section">
|
||||
<div class="heading-wrapper h2">
|
||||
|
@ -883,9 +883,9 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
|
||||
|
||||
|
||||
<p style="margin-top: 3em;">(This Webmastery list was last updated on 21 July 2024)</p>
|
||||
<p class="update-info">(This Webmastery list was last updated on 21 July 2024)</p>
|
||||
|
||||
<a href="#linktabs" class="tab__btn" style="margin-top: 2em;">Back to tabs</a>
|
||||
<a href="#linktabs" class="tab__btn tab__back">Back to tabs</a>
|
||||
</section>
|
||||
<section id="articles" class="content__section">
|
||||
<div class="heading-wrapper h2">
|
||||
|
@ -932,9 +932,9 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
|
||||
|
||||
|
||||
<p style="margin-top: 3em;">(This Articles list was last updated on 23 July 2024)</p>
|
||||
<p class="update-info">(This Articles list was last updated on 23 July 2024)</p>
|
||||
|
||||
<a href="#linktabs" class="tab__btn" style="margin-top: 2em;">Back to tabs</a>
|
||||
<a href="#linktabs" class="tab__btn tab__back">Back to tabs</a>
|
||||
</section>
|
||||
<section id="resources" class="content__section">
|
||||
<div class="heading-wrapper h2">
|
||||
|
@ -997,7 +997,7 @@ drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
|
|||
|
||||
|
||||
|
||||
<a href="#linktabs" class="tab__btn" style="margin-top: 2em;">Back to tabs</a>
|
||||
<a href="#linktabs" class="tab__btn tab__back">Back to tabs</a>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Reference in New Issue