diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-01-19 13:11:50 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-01-19 13:11:50 +0530 |
commit | f324a12da007a9f39eb718d23e7349fad4e6f870 (patch) | |
tree | 07e9d087dc94b29118d21a5b6c3d0d4a6d3b2c8f /Themes | |
parent | 955d2a062b340dd41ab7daf377d240425660761e (diff) |
Publish deploy 2020-01-19 13:11
Diffstat (limited to 'Themes')
-rw-r--r-- | Themes/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Themes/styles.css b/Themes/styles.css index afc641a..5328b36 100644 --- a/Themes/styles.css +++ b/Themes/styles.css @@ -186,6 +186,8 @@ a { img { max-width: 100%; + margin-bottom: 1em; + margin-top: 1em; width: auto\9; height: auto; vertical-align: middle; @@ -205,7 +207,8 @@ pre { display: block; background-color: #fdf6e3; color: #586e75; - + margin-bottom: 1em; + margin-top: 1em; border-radius: 4px; } |