1
0
Fork 0

overflow-x: auto for code blocks

This commit is contained in:
Sara Gerretsen 2025-12-28 23:10:45 +01:00
parent c94eb67031
commit 543afdad27
2 changed files with 5 additions and 1 deletions

View file

@ -24,7 +24,7 @@
<img src="https://www.rejectconvenience.com/images/88x31/88x31.jpg" class="button" title="Reject convenience and be kind and patient" alt="Reject Convenience" /> <img src="https://www.rejectconvenience.com/images/88x31/88x31.jpg" class="button" title="Reject convenience and be kind and patient" alt="Reject Convenience" />
</a> </a>
<a href="https://i-eat.rocks"> <a href="https://i-eat.rocks">
<img src="https://i-eat.rocks/images/ui/ieatrocks.png" alt="88x31 button saying 'I-Eat.Rocks, click here'"/> <img src="https://i-eat.rocks/images/ui/ieatrocks.png" class="button" alt="88x31 button saying 'I-Eat.Rocks, click here'"/>
</a> </a>
</section> </section>
<section id="about"> <section id="about">

View file

@ -38,6 +38,10 @@ section {
margin-top: 25px; margin-top: 25px;
} }
code {
overflow-x: auto;
}
footer { footer {
margin-bottom: 200px; margin-bottom: 200px;
padding-left: 20px; padding-left: 20px;