fixed an overflow and changed the text of a link
This commit is contained in:
parent
1fffc381a8
commit
4a33bea64a
5 changed files with 13 additions and 13 deletions
|
@ -30,14 +30,14 @@
|
|||
</nav>
|
||||
<div id="blog">
|
||||
<h2>Lucia's Blog</h2>
|
||||
<span class="centered horizontal_divider">======================================================================================</span>
|
||||
<span class="centered no-overflow horizontal_divider">======================================================================================</span>
|
||||
<p>Under construction. We'll get there someday.</p>
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<span class="horizontal_divider">======================================================================================</span>
|
||||
<span class="centered no-overflow horizontal_divider">======================================================================================</span>
|
||||
<div class="flex-row">
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-24</p>
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-25</p>
|
||||
</div>
|
||||
<pre class="flags" aria-label="Trans flag and bi flag">
|
||||
<span class="blue">==============</span> | <span class="pink">==============</span>
|
||||
|
|
4
faq.html
4
faq.html
|
@ -113,9 +113,9 @@
|
|||
<div class="answer">Just a single big one. My boyfriend doesn't like the fabric that they are made of, so there won't be any new ones anytime soon. But we own bunch of other plushies, so it's not too sad.</div>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="horizontal_divider">======================================================================================</div>
|
||||
<div class="centered no-overflow horizontal_divider">======================================================================================</div>
|
||||
<div class="flex-row">
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-24</p>
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-25</p>
|
||||
</div>
|
||||
<pre class="flags" aria-label="Trans flag and bi flag">
|
||||
<span class="blue">==============</span> | <span class="pink">==============</span>
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
<h2><span class="spacer"></span><span class="additional-spacer">====</span> contact me <span class="additional-spacer">====</span><span class="spacer"></span></h2>
|
||||
<div class="socials-grid">
|
||||
<div class="social">
|
||||
<h3>Mastodon</h3><p><a rel="me" href="https://tyrol.social/@schlecknits" target="_blank">@schlecknits@mastodon.social</a></p>
|
||||
<h3>Mastodon</h3><p><a rel="me" href="https://tyrol.social/@schlecknits" target="_blank">@schlecknits@tyrol.social</a></p>
|
||||
</div>
|
||||
<div class="social">
|
||||
<h3>GitHub</h3><p><a href="https://github.com/Schlecknits" target="_blank">Schlecknits</a></p>
|
||||
|
@ -92,9 +92,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<span class="horizontal_divider">======================================================================================</span>
|
||||
<span class="centered no-overflow horizontal_divider">======================================================================================</span>
|
||||
<div class="flex-row">
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-24</p>
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-25</p>
|
||||
</div>
|
||||
<pre class="flags" aria-label="Trans flag and bi flag">
|
||||
<span class="blue">==============</span> | <span class="pink">==============</span>
|
||||
|
@ -106,4 +106,4 @@
|
|||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
|
@ -50,9 +50,9 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<footer>
|
||||
<span class="horizontal_divider">======================================================================================</span>
|
||||
<span class="centered no-overflow horizontal_divider">======================================================================================</span>
|
||||
<div class="flex-row">
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a class="highlight" href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-24</p>
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a class="highlight" href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-25</p>
|
||||
</div>
|
||||
<pre class="flags" aria-label="Trans flag and bi flag">
|
||||
<span class="blue">==============</span> | <span class="pink">==============</span>
|
||||
|
|
|
@ -64,9 +64,9 @@
|
|||
</div>
|
||||
<footer>
|
||||
|
||||
<span class="horizontal_divider">======================================================================================</span>
|
||||
<span class="centered no-overflow horizontal_divider">======================================================================================</span>
|
||||
<div class="flex-row">
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-24</p>
|
||||
<p><a href="legal_notice.html">Legal notice</a> | <a href="licenses.html">Open source licenses</a> | Latest Update: 2024-08-25</p>
|
||||
</div>
|
||||
<pre class="flags" aria-label="Trans flag and bi flag">
|
||||
<span class="blue">==============</span> | <span class="pink">==============</span>
|
||||
|
|
Loading…
Reference in a new issue