From 6bf55ced39d66aa571c531ce79da0e7be9ef3dde Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 19:41:18 +0200 Subject: [PATCH] New class for posts --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 657070b..acc3311 100755 --- a/css/style.css +++ b/css/style.css @@ -57,6 +57,9 @@ position: relative; /* for work section and member section*/ } +.full.blog { + padding: 100px 0px 0px 0px; } + .full.new { padding: 100px 0; height: 100px;