diff options
author | CruiseDevice | 2020-04-16 15:11:21 +0530 |
---|---|---|
committer | CruiseDevice | 2020-04-16 15:11:21 +0530 |
commit | d018db505471226bba8a2e031782676b646396c0 (patch) | |
tree | 7bf1ab0f6452f285b4f03afd8061090e76150ea8 /yaksh/static | |
parent | eb9f6cb240268735e08ebc2a6d26d88c7e5097f7 (diff) | |
download | online_test-d018db505471226bba8a2e031782676b646396c0.tar.gz online_test-d018db505471226bba8a2e031782676b646396c0.tar.bz2 online_test-d018db505471226bba8a2e031782676b646396c0.zip |
Set post_image, comment_image height, width to 50%
- img-fluid took more space of a card than required. Made it hard
to read the remaining description in a forum.
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index 299f5d3..6687c4b 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -108,4 +108,9 @@ body, .dropdown-menu { padding-right: 0.3em; padding-top: 0.2em; padding-bottom: 0.2em; +} + +.post_image, .comment_image { + width: 50%; + height: 50%; }
\ No newline at end of file |