diff options
| author | Bobby <[email protected]> | 2023-01-29 22:34:59 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-01-29 22:34:59 -0500 |
| commit | 192ca02e627715e83c61e8a0a5194c76a41348af (patch) | |
| tree | 1b3c312df2487d7a11b6e485846bb35c1520ba73 /static/css/main.css | |
| parent | 8ca11077079da4e65222bba81ef270ebf1e7d23e (diff) | |
| download | thatcomputerscientist-192ca02e627715e83c61e8a0a5194c76a41348af.tar.xz thatcomputerscientist-192ca02e627715e83c61e8a0a5194c76a41348af.zip | |
some changes to posts view, remove heading from fake ads, fix aspect ratios of images on older browsers
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css index 8d3e3808..8c47ab05 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -328,9 +328,8 @@ kbd { #article-body img, #editor-container img { height: 250px; - width: auto; float: left; - padding: 0px 20px 20px 0px; + padding: 0px 13px 0px 0px; } #article-body h2, #article-body h1, #editor-container h2, #editor-container h1 { |
