From d4b5e34ae93a75098805aa00b451c7fb28adef9b Mon Sep 17 00:00:00 2001
From: Pierre Jarriges <pierre.jarriges@tutanota.com>
Date: Mon, 20 Jun 2022 16:35:53 +0200
Subject: [PATCH] fix education article details css

---
 website/src/pages/education/education.scss | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/website/src/pages/education/education.scss b/website/src/pages/education/education.scss
index 42bf4fa..f5d602e 100644
--- a/website/src/pages/education/education.scss
+++ b/website/src/pages/education/education.scss
@@ -161,6 +161,20 @@
 
 			.edu-art-details {
 				grid-column: 1 / span 3;
+
+				.details-list {
+					.detail {
+						display: flex;
+						gap: 20px;
+						justify-content: space-between;
+						padding: 10px 0;
+						border-bottom: 1px solid #ddd;
+
+						label {
+							font-weight: 600;
+						}
+					}
+				}
 			}
 
 			@media screen and (max-width: 1050px) {
-- 
GitLab