diff options
author | Sunaina Pai <sunainapai.in@gmail.com> | 2021-01-03 22:12:44 +0530 |
---|---|---|
committer | Sunaina Pai <sunainapai.in@gmail.com> | 2021-01-03 22:12:44 +0530 |
commit | 2dedacdb7379fbbbdc17ab551d68df7100c3dce7 (patch) | |
tree | ed6b681e46d12bb0da017361387937b50b4cbc2d /static | |
parent | 8f40bc5395a6034fdcddc1ccaa04ed292b78c94e (diff) | |
parent | f4fbd5a28f839d851c92016f5d2a43662beeef10 (diff) |
Merge img max-width fix from NortySpock
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 6426d6f..defde73 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -6,6 +6,11 @@ body { font-family: helvetica, arial, sans-serif; } +img { + max-width: 100%; + height: auto; +} + h1, h2, h3, h4, h5, h6 { margin-bottom: 0; line-height: 1.2em; |