From 0d07f8da0981556799af13521829b70e19385302 Mon Sep 17 00:00:00 2001
From: sebousan <sebousan@gmail.com>
Date: Mon, 25 Jul 2022 15:37:08 +0200
Subject: [PATCH] person

---
 assets/sass/_theme/sections/persons.sass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass
index 7452eef5..4c63773e 100644
--- a/assets/sass/_theme/sections/persons.sass
+++ b/assets/sass/_theme/sections/persons.sass
@@ -29,13 +29,14 @@
             display: table
         > div:first-of-type
             float: left
-            margin-bottom: $spacing1
             max-width: calc(100% - 6rem)
         .avatar
             float: right
+            margin-bottom: 0
 
 
 .persons
+    @include grid(1)
     @include grid(2, md)
     @include grid(3, lg)
 
-- 
GitLab