overflow-x: auto for code blocks
This commit is contained in:
parent
c94eb67031
commit
543afdad27
2 changed files with 5 additions and 1 deletions
|
|
@ -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" />
|
||||
</a>
|
||||
<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>
|
||||
</section>
|
||||
<section id="about">
|
||||
|
|
|
|||
|
|
@ -38,6 +38,10 @@ section {
|
|||
margin-top: 25px;
|
||||
}
|
||||
|
||||
code {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-bottom: 200px;
|
||||
padding-left: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue