diff options
author | Bradley Taunt <brad@bt.ht> | 2023-11-27 12:15:14 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-11-27 12:15:14 -0500 |
commit | 36ee261e5dccf57aa1ad37b23974899500a4c1d1 (patch) | |
tree | 22f0acf4174a2c1cd6d21b7bdca8463110a3c327 /local.css | |
parent | fd35283cf23ea76f1e4b786202f9fb33b0559f73 (diff) |
Set sidebar width to auto
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ img{height:auto;max-width:100%;} -.sidebar{border:1px solid; padding:1rem; margin-right:10px;} +.sidebar{border:1px solid; padding:1rem; margin-right:10px;width:auto;} .blogform{background:none;border:0;}
\ No newline at end of file |