From e3552f57f4c82b7ec3c3aac89006137ac1966265 Mon Sep 17 00:00:00 2001 From: James Ray Date: Sun, 8 Aug 2021 09:37:51 -0400 Subject: [PATCH] education-line - Slightly increase the hline height to fix hugo-toha/toha#381 --- static/css/sections/education.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/sections/education.css b/static/css/sections/education.css index f7d518b..7b31cf3 100644 --- a/static/css/sections/education.css +++ b/static/css/sections/education.css @@ -36,7 +36,7 @@ } .education-section .education-info-table tr:first-child .hline { - height: 60%; + height: 65%; top: auto; }