From d018db505471226bba8a2e031782676b646396c0 Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Thu, 16 Apr 2020 15:11:21 +0530 Subject: 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. --- yaksh/static/yaksh/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'yaksh/static') 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 -- cgit