diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 1e51daa..c73a8be 100644 --- a/static/style.css +++ b/static/style.css @@ -169,7 +169,7 @@ pre { line-height: 1em; z-index: 1; cursor: pointer; - width: 100%; + width: 10rem; font-size: 2rem; background: black; } |