diff options
author | CruiseDevice | 2020-04-24 20:46:53 +0530 |
---|---|---|
committer | CruiseDevice | 2020-04-24 20:46:53 +0530 |
commit | 536b4634eb275332d2932983e451b85809554438 (patch) | |
tree | 0116954e2ea5e377d4d592055f413608b8edd52e /yaksh/static | |
parent | 3a01e7eb424a0eadfe27386db275682b9d5ca5bd (diff) | |
download | online_test-536b4634eb275332d2932983e451b85809554438.tar.gz online_test-536b4634eb275332d2932983e451b85809554438.tar.bz2 online_test-536b4634eb275332d2932983e451b85809554438.zip |
Improve post comments UI
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index 6687c4b..3979e3e 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -113,4 +113,8 @@ body, .dropdown-menu { .post_image, .comment_image { width: 50%; height: 50%; +} + +.description { + font-size: 16px; }
\ No newline at end of file |