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

---
 code-of-conduct/index.html | 2 +-
 css/style.css              | 4 ++--
 learners/index.html        | 2 +-
 mentors/index.html         | 2 +-
 privacy/index.html         | 2 +-
 sched/index.html           | 2 +-
 welcome-mentors/index.html | 2 +-
 welcome/index.html         | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/code-of-conduct/index.html b/code-of-conduct/index.html
index 7b7d35b..11bed62 100644
--- a/code-of-conduct/index.html
+++ b/code-of-conduct/index.html
@@ -63,7 +63,7 @@
     </nav>
 </div>
 <main>
-<section class="expectations" style="margin: 5vh auto;">
+<section class="page">
   <h1 style="text-align: center;">Code Of Conduct</h1>
   <h1 id="free-software-camp-code-of-conduct">Free Software Camp Code of Conduct</h1>
 <p>Free Software Camp, as part of the greater Free Software Community, assumes good faith on all those who wish to improve Free Software Projects. However, other experiences at other programs have shown us the need to adopt a Code of Conduct in which we state our expectations of all participants and organizers during the Free Software Camp.</p>
diff --git a/css/style.css b/css/style.css
index 37994f9..b72463a 100644
--- a/css/style.css
+++ b/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{
diff --git a/learners/index.html b/learners/index.html
index 02e8e87..68c35c6 100644
--- a/learners/index.html
+++ b/learners/index.html
@@ -63,7 +63,7 @@
     </nav>
 </div>
 <main>
-<section class="expectations" style="margin: 5vh auto;">
+<section class="page">
   <h1 style="text-align: center;">Learners</h1>
   <h1 id="learner-expectations">Learner Expectations</h1>
 <ul>
diff --git a/mentors/index.html b/mentors/index.html
index 6e4c8d4..0d00902 100644
--- a/mentors/index.html
+++ b/mentors/index.html
@@ -63,7 +63,7 @@
     </nav>
 </div>
 <main>
-<section class="expectations" style="margin: 5vh auto;">
+<section class="page">
   <h1 style="text-align: center;">Mentors</h1>
   <h1 id="mentor-expectations">Mentor expectations</h1>
 <ul>
diff --git a/privacy/index.html b/privacy/index.html
index 9d1a30e..84e22d8 100644
--- a/privacy/index.html
+++ b/privacy/index.html
@@ -63,7 +63,7 @@
     </nav>
 </div>
 <main>
-<section class="expectations" style="margin: 5vh auto;">
+<section class="page">
   <h1 style="text-align: center;">Privacy Policy</h1>
   <h1 id="free-software-camp-privacy-policy-smallv10small">Free Software Camp Privacy Policy <small>v1.0</small></h1>
 <p>In Free Software camp we take individual privacy seriously, this document will act as the privacy policy for the Free Software Camp.</p>
diff --git a/sched/index.html b/sched/index.html
index 9308e36..3d49d7e 100644
--- a/sched/index.html
+++ b/sched/index.html
@@ -63,7 +63,7 @@
     </nav>
 </div>
 <main>
-<section class="expectations" style="margin: 5vh auto;">
+<section class="page">
   <h1 style="text-align: center;">Schedule</h1>
   <table style="width: 100%;">
 <tbody>
diff --git a/welcome-mentors/index.html b/welcome-mentors/index.html
index 1c82934..0d865b5 100644
--- a/welcome-mentors/index.html
+++ b/welcome-mentors/index.html
@@ -63,7 +63,7 @@
     </nav>
 </div>
 <main>
-<section class="expectations" style="margin: 5vh auto;">
+<section class="page">
   <h1 style="text-align: center;">Welcome Mentor</h1>
   <p>Dear Mentor,
 <br><br>
diff --git a/welcome/index.html b/welcome/index.html
index 58a9bc5..2b48419 100644
--- a/welcome/index.html
+++ b/welcome/index.html
@@ -63,7 +63,7 @@
     </nav>
 </div>
 <main>
-<section class="expectations" style="margin: 5vh auto;">
+<section class="page">
   <h1 style="text-align: center;">Welcome Learner</h1>
   <p>Dear Learner,
 <br><br>
-- 
GitLab