Skip to content

Commit

Permalink
fix pre overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mijndert committed Mar 26, 2024
1 parent 6a400d0 commit 95ce47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ footer {
margin: 2em 0 3em 0;
}


h1,
h2,
h3,
Expand Down Expand Up @@ -100,6 +99,7 @@ picture {
pre {
background-color: #badae229;
padding: .5em;
overflow-x: auto;
}

code {
Expand Down

0 comments on commit 95ce47c

Please sign in to comment.