From 8bbba0745ea32be5c6f6b15f7a70fc6bb9d53169 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de>
Date: Thu, 14 Nov 2024 16:06:09 +0100
Subject: [PATCH] removed heading decor

---
 src/App/App.css | 55 ++++++++-----------------------------------------
 1 file changed, 9 insertions(+), 46 deletions(-)

diff --git a/src/App/App.css b/src/App/App.css
index 422cdae8..4e0f9db8 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -131,7 +131,7 @@ hr{
   opacity: 1 !important;
   height: 5px;
   border-width: 3px !important;
-  margin-bottom: 10px !important;
+  margin-bottom: var(--simple-margin) !important;
 }
 
 /* * * * * * * */
@@ -169,8 +169,8 @@ a {
   text-decoration: none !important;
 }
 .our-h3{
-  margin-top: 20px !important;
-  margin-bottom: 5px !important;
+  margin-top: var(--simple-margin) !important;
+  margin-bottom: var(--simple-margin) !important;
 }
 .short-hr{
   height: 1px !important;
@@ -190,8 +190,8 @@ code{
   padding-top: 5px;
   padding-bottom: 5px;
   border-radius: 10px;
-  margin-top: 10px;
-  margin-bottom: 15px !important;
+  margin-top: var(--simple-margin);
+  margin-bottom: var(--simple-margin) !important;
   color: var(--text-primary) !important;
   background-color: rgb(217, 217, 217);
 }
@@ -228,7 +228,7 @@ code{
 .sidebar>div{
 overflow: hidden;
 text-align: left;
-margin-left: 10px;
+margin-left: var(--simple-margin);
 cursor: pointer;
 }
 
@@ -246,7 +246,6 @@ color: var(--text-primary);
 /* * * * * * * */
 .relative{position: relative;}
 .absolute{position: absolute;}
-.left-aligned {margin-left: auto;}
 .align-items-center{align-items:center!important}
 .zweirem{padding-top: 2rem; padding-bottom: 3rem;}
 .left{float: left;}
@@ -490,56 +489,20 @@ margin-bottom: 10vw !important;
   color: var(--offblack) !important;
   margin-top: 5vh !important;
  }
- .h3:after {
-  width: 28px;
-  height: 7px;
-  display: block;
-  content: "";
-  position: relative;
-  bottom: -12px;
-  left: 50%;
-  margin-left: -14px;
-  background-color: var(--mediumpurple);
+ 
 
-}
-.h3:before {
-  width: 150px;
-  height: 1px;
-  display: block;
-  content: "";
-  position: relative;
-  margin-top: 25px;
-  left: 50%;
-  bottom: -65px;
-  margin-left: -75px;
-  background-color: inherit;
-}
 
 h2{
   max-width: 100% !important;
   color: var(--text-primary) !important
 }
 
-.h2:after, .h2:before {
-  content: " ";
-  display: block;
-  border-bottom: 5px solid var(--text-primary);
-  background-color: var(--background);
-  bottom: -1rem !important;
-  position: relative;
-}
+
 
 .nocaps{
   text-transform: none !important; 
 }
-.h4:after, .h4:before {
-  content: " ";
-    display: block;
-    border-bottom: 1px solid var(--mediumpurple);
-    border-top: 1px solid var(--mediumpurple);
-    height: 5px;
-    background-color: inherit;
-}
+
 .h4{
   margin-top: 5px;
   color: var(--offblack) !important;
-- 
GitLab