From 209e2a493b087de44e73acb228b6351cf9fdfd21 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Thu, 27 May 2021 14:53:31 +0200 Subject: [PATCH] Added latest posts styling --- assets/css/style.css | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 4d1f654..80f1618 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -787,9 +787,48 @@ a:hover { } -/* ============================================= +/*================================================================== + Latest Posts +==================================================================*/ +.note { + background-color: #292F36; + border: 1px solid #4e595f; +} + +.post-block { + background-color: #040b1e; + margin-bottom: 10px; +} + +.post-block .content { + padding: 20px; +} + +.post-block .content h3 { + margin: 0 0 6px; + font-size: 20px; + line-height: 1.5; + text-transform: capitalize; +} + +.note .media-wrapper { + border-bottom: 1px solid #4e595f; +} + +.note .excerpt h3 { + font-size: 20px; + line-height: 1.5; + text-transform: capitalize; +} + +.all-post { + margin-top: 50px; +} + + +/*================================================================== Cookie Box -============================================= */ +==================================================================*/ .cookie-box { position: fixed; left: 0;