From 27ef0dae46e3a0612a33f33c216ab9bdef5ffe8d Mon Sep 17 00:00:00 2001
From: Pierre Jarriges <pierre.jarriges@tutanota.com>
Date: Tue, 21 Jun 2022 10:16:27 +0200
Subject: [PATCH] education article details css

---
 website/src/pages/education/education.scss | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/website/src/pages/education/education.scss b/website/src/pages/education/education.scss
index f5d602e..ccaa4b3 100644
--- a/website/src/pages/education/education.scss
+++ b/website/src/pages/education/education.scss
@@ -162,16 +162,23 @@
 			.edu-art-details {
 				grid-column: 1 / span 3;
 
+				h2 {
+					font-size: 18px;
+					color: $light_2;
+					margin: 5px 0;
+				}
+
 				.details-list {
 					.detail {
 						display: flex;
 						gap: 20px;
 						justify-content: space-between;
-						padding: 10px 0;
-						border-bottom: 1px solid #ddd;
+						padding: 6px 0;
+						border-bottom: 1px solid $light_0;
 
 						label {
 							font-weight: 600;
+							color: $dark_3;
 						}
 					}
 				}
-- 
GitLab