From eab0f29bfe746b3c7e23a3bab42ddb112770f42c Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Thu, 21 Dec 2023 05:58:46 +0100 Subject: [PATCH] unused css --- css/main.scss | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/css/main.scss b/css/main.scss index c977be8..a660798 100644 --- a/css/main.scss +++ b/css/main.scss @@ -21,8 +21,9 @@ max-width: 100%; width: 100%; - th, td { - padding: .75rem; + th, + td { + padding: 0.75rem; vertical-align: top; border-top: 1px solid #e9ecef; } @@ -46,23 +47,6 @@ } } -.team-member { - h3 { - border-bottom: 1px solid rgba(0, 0, 0, 0.1); - margin-bottom: 1em; - padding-bottom: 0.5em; - } - - img { - max-height: 200px; - max-width: 200px; - } - - ul { - padding-left: 1.3em; - } -} - .overview { h2 { border-bottom: 1px solid rgba(0, 0, 0, 0.1);