From 68e2d5b0e391952df6b5a7a74fb3032c554460ec Mon Sep 17 00:00:00 2001
From: resynth1943 <resynth1943@tutanota.com>
Date: Wed, 8 Jul 2020 17:58:38 +0100
Subject: [PATCH] S T Y L E S

---
 styling/home.css | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/styling/home.css b/styling/home.css
index 3f35ca2..e439eda 100644
--- a/styling/home.css
+++ b/styling/home.css
@@ -7,6 +7,7 @@
     margin-bottom: 2px;
     color: #88d1cf;
     transition: color 0.2s linear;
+    margin-left: 20px;
 }
 
 /* .post-item-link, .post-item-link * {
@@ -22,12 +23,12 @@
 
 .post-summary {
     color: #707070;
+    margin-left: 20px;
 }
 
 .replace-list {
     display: flex;
     justify-content: center;
-    gap: 10px;
     flex-wrap: wrap;
 }
 
@@ -36,12 +37,17 @@
     border-radius: 6px;
     transition: border-color 0.5s ease-out;
     line-height: initial;
-    text-align: center;
+    text-align: left;
+    height: 100%;
+    display: flex;
+    flex-direction: column;
+    font-size: 14px;
 }
 
 .post-item-link {
     flex-basis: 250px;
     flex-grow: 1;
+    margin: 10px;
     text-decoration: none;
 }
 
-- 
GitLab