diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-04 08:46:44 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-04 08:46:44 -0500 |
commit | 236aca6c69f40dafe1459332b7769819095ce172 (patch) | |
tree | c76a066dd7169b0b621767db1051718ef37aa5ed /style.css |
Initi commit on new cgit platform
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..db5e99f --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +*{box-sizing: border-box;} +img{max-width:100%;} +pre{overflow:auto;} |