diff options
author | Bradley Taunt <brad@bt.ht> | 2023-11-26 11:03:49 -0800 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-11-26 11:03:49 -0800 |
commit | e1a901cc9a2a416ed5f39c7bb0901ec1bac5ce36 (patch) | |
tree | 61141b0c18f32e743bd643b3bdcbca813374f7f0 | |
parent | 82490008c56591d401a3a2d25e2d0d239d800380 (diff) |
Initial upload of local.css
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/local.css b/local.css new file mode 100644 index 0000000..3ab6a87 --- /dev/null +++ b/local.css @@ -0,0 +1,2 @@ +img{height:auto;max-width:100%;} +.sidebar{border:1px solid; padding:1rem; margin-right:10px;} |