From 24a5f211f53bd50ca03d2a1c65c20d12a016976c Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 00:32:34 +0100 Subject: [PATCH] Update style.css --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index c0f18e6..5eb46ca 100755 --- a/css/style.css +++ b/css/style.css @@ -801,6 +801,10 @@ nav.wrapper { .recent-post p.info a:hover { color: #AB8860; } +.project-info h4 { + margin-bottom: 5px; + font-weight: 800; } + .post.alt { border: none; padding: 0 40px; }