diff options
| author | Christine Dodrill <me@christine.website> | 2021-09-08 15:32:10 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-09-08 15:32:10 -0400 |
| commit | 9ffa9baf9055d0eeb17889e4efd633a052a08e59 (patch) | |
| tree | 7a43180b11c261510052c72c917591aea2902ed0 /css/shim.css | |
| parent | 013abb56ac6e4f18fddb384f4ffd646d3f6bc684 (diff) | |
| download | xesite-pr393.tar.xz xesite-pr393.zip | |
css: make the code samples look betterpr393
It ain't perfect, but it's probably good enough to start with:
https://media.discordapp.net/attachments/188796211543801856/885244826180808754/20210908_15h26m30s_grim.png
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'css/shim.css')
| -rw-r--r-- | css/shim.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/shim.css b/css/shim.css index 7a32d9a..339c036 100644 --- a/css/shim.css +++ b/css/shim.css @@ -37,3 +37,8 @@ img { .conversation-chat { align-self: center; } + +pre { + padding-left: 1em; + padding-right: 1em; +} |
