Skip to content

Commit

Permalink
Improve css
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jan 8, 2021
1 parent 198896b commit fc1b854
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion base.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ code {
code.language-console {
padding: 2ex 1em;
margin: 2ex 0;
font-size: 25px;
display: block;
}

@media only screen and (max-width: 980px) {
code.language-console {
font-size: 25px;
}
}

code.language-console::before {
content: "$ ";
color: black;
Expand Down

0 comments on commit fc1b854

Please sign in to comment.