Skip to content

Commit

Permalink
make response text monospaced
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Nov 5, 2024
1 parent c94b77a commit 0f55d09
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
font-size: large;
font-family: monospace;
}
.response {
font-family: monospace;
padding: 5px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.response table {
table-layout: fixed;
width: 60%;
Expand Down Expand Up @@ -184,10 +189,6 @@
background-color: lightyellow;
transition: background-color 0.25s ease-in-out;
}
.response {
padding: 5px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.terminal {
font-size: small;
padding: 0 5px 5px 5px;
Expand Down

0 comments on commit 0f55d09

Please sign in to comment.