From 88fcf53e097a00e113758ca45cd0038051250ea6 Mon Sep 17 00:00:00 2001
From: Jacek Lebioda <jacek.lebioda@uni.lu>
Date: Fri, 3 Jul 2020 13:54:44 +0200
Subject: [PATCH] feat: corrections to news styling

---
 _sass/elixir/_layout.scss | 12 ++++++++++--
 elixir-theme.gemspec      |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/_sass/elixir/_layout.scss b/_sass/elixir/_layout.scss
index d2cfe7c..39e921a 100644
--- a/_sass/elixir/_layout.scss
+++ b/_sass/elixir/_layout.scss
@@ -82,6 +82,7 @@
 
     #right-column {
       padding-left: 20px;
+      padding-right: 20px;
       min-width: 220px;
       margin-top: 23px;
     }
@@ -169,7 +170,7 @@ table {
 }
 
 div.post {
-  width: 80%;
+  width: 100%;
   border-left: solid 5px #f4f4f4;
   border-bottom: solid 2px #f4f4f4;
   padding-left: 10px;
@@ -177,13 +178,20 @@ div.post {
   margin-bottom: 30px;
 
   .post-title {
-    font-size: 23px;
+    font-size: 20px;
     text-decoration: none;
     font-weight: 600;
   }
 
+  .content {
+    font-size: 15px;
+    font-weight: 500;
+  }
+
   .post-date {
     font-size: smaller;
+    font-weight: 200;
+    color: #555;
   }
 }
 
diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec
index a0919a2..0aa4ed1 100644
--- a/elixir-theme.gemspec
+++ b/elixir-theme.gemspec
@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |spec|
   spec.name          = "jekyll-elixir-theme"
-  spec.version       = "0.9.19"
+  spec.version       = "0.9.20"
   spec.authors       = ["jacek.lebioda"]
   spec.email         = ["jacek.lebioda@uni.lu"]
 
-- 
GitLab