From 77f5b2dc4fd7f271dd7b92b70be9948ed5b5665f Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 24 Nov 2018 10:52:36 -0500 Subject: removed some things --- _layouts/post.html | 2 +- style.css | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 7d69422..cb0bf12 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -19,7 +19,7 @@
Other posts
-
+
{{ content }}
diff --git a/style.css b/style.css index ebc9f75..31522ba 100644 --- a/style.css +++ b/style.css @@ -174,20 +174,6 @@ li a:hover { margin: 10px; } -.container-blog { - border: 1px solid white; - padding: 9px; - position: relative; - top: -30px; - width: 800px; - left: calc(50vw - 420px); -} - -.container-blog a { - text-decoration: none; -} - - .row-cards { display: -ms-flexbox; display: flex; -- cgit v1.2.3