Skip to content

Commit

Permalink
Fix code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mijndert committed Mar 26, 2024
1 parent 329b00f commit 6a400d0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,14 @@ picture {
}

pre {
overflow: scroll;
background-color: #badae229;
padding: .5em;
}

code {
overflow: scroll;
}

blockquote {
margin: 1em 0;
padding: 0 1em;
Expand All @@ -121,17 +124,13 @@ blockquote {
}

ul {
margin-left: 0;
margin-left: 2em;
}

img,
picture {
margin: 4px 0;
}

pre {
overflow: auto;
}
}

/* Responsive CSS for Mobile */
Expand All @@ -148,14 +147,17 @@ blockquote {
h1 {
font-size: 1em;
}

ul {
margin-left: 1em;
}

img,
picture {
margin: 2px 0;
}

pre {
overflow: auto;
font-size: 12px;
}

Expand Down

0 comments on commit 6a400d0

Please sign in to comment.