diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2023-11-05 10:27:04 +0200 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2023-11-05 10:27:04 +0200 |
commit | b2b18250412af9ce04a45a015e7952dc84b8016c (patch) | |
tree | 03ac0162bf8c7f6a7e4137c117be690eb3435133 /static | |
parent | log errors from git.Open (diff) | |
download | legitrx-b2b18250412af9ce04a45a015e7952dc84b8016c.tar.gz legitrx-b2b18250412af9ce04a45a015e7952dc84b8016c.tar.zst legitrx-b2b18250412af9ce04a45a015e7952dc84b8016c.zip |
templates: add missing title to repo page
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 cfffb82..67b8e26 100644 --- a/static/style.css +++ b/static/style.css @@ -34,7 +34,7 @@ pre { } body { - max-width: 750px; + max-width: 1000px; padding: 0 13px; margin: 40px auto; } |