From 33c8f1e2233894f12e53b62e9eb7e1cf312bdd6f Mon Sep 17 00:00:00 2001
From: Bady <bady@disroot.org>
Date: Wed, 14 Oct 2020 01:40:28 +0530
Subject: [PATCH] Update CSS

---
 website/layouts/_default/single.html | 2 +-
 website/static/css/style.css         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/layouts/_default/single.html b/website/layouts/_default/single.html
index 3a48b9f..d4d0fb3 100644
--- a/website/layouts/_default/single.html
+++ b/website/layouts/_default/single.html
@@ -1,5 +1,5 @@
 {{define "main"}}
-<section class="expectations" style="margin: 5vh auto;">
+<section class="page">
   <h1 style="text-align: center;">{{.Title}}</h1>
   {{.Content }}
 </section>
diff --git a/website/static/css/style.css b/website/static/css/style.css
index 37994f9..b72463a 100644
--- a/website/static/css/style.css
+++ b/website/static/css/style.css
@@ -13,7 +13,7 @@ ul, ol{
     padding-left: 40px;
 }
 p{
-    padding-left: 10px;
+    padding: 5px 10px;
 }
 table {
     border-collapse: collapse;
@@ -514,7 +514,7 @@ footer .icon-row{
     .expectations{
         display: flex;
         flex-direction: column;
-        margin: 0vh auto 10vh auto;
+        margin: 0 auto 10vh auto;
         width: 80%;
     }
     .reg_form{
-- 
GitLab