diff options
| author | Bobby <[email protected]> | 2023-05-19 17:56:12 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-19 17:56:12 -0400 |
| commit | e8d456a55b01ff5061615fe0636295912ab3b3cb (patch) | |
| tree | f4a1bb2cabbd180eca6a078fc2254b7ea546be16 /static/css/styles.css | |
| parent | 7c5ceaac630c3ebc4c7390f63fcb0f7d0c28ed5c (diff) | |
| download | thatcomputerscientist-e8d456a55b01ff5061615fe0636295912ab3b3cb.tar.xz thatcomputerscientist-e8d456a55b01ff5061615fe0636295912ab3b3cb.zip | |
Update margins in article images\
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 456d3eb8..23051301 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -348,9 +348,7 @@ blockquote { #editor-container img { height: 300px; float: left; - margin: 11px; - margin-left: 0; - margin-top: 5px; + margin: 5px 11px 5px 0px; } #article-body h2, |
