From 72c0614bf57902008e4c55c8bed032cd27113a43 Mon Sep 17 00:00:00 2001 From: hacksh4w <91671136+hacksh4w@users.noreply.github.com> Date: Wed, 19 Oct 2022 07:50:44 +0530 Subject: [PATCH] added padding to fix button placement --- assets/css/blog.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/blog.css b/assets/css/blog.css index a9d4ff1c..6a2a2a5a 100644 --- a/assets/css/blog.css +++ b/assets/css/blog.css @@ -75,7 +75,9 @@ .blog_content:hover { background-color: white; } - +.description { + padding-bottom: 10px; +} .head { color: black; font-size: 16px;