From adf5d52ab3390369937ad3cd0763ab0538cc327b Mon Sep 17 00:00:00 2001 From: Reyhan Date: Tue, 12 Oct 2021 22:40:04 +0530 Subject: Fixed alignment issue in tables under education(#233) (#434) --- static/css/sections/education.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/css/sections/education.css b/static/css/sections/education.css index 7b31cf3..201c039 100644 --- a/static/css/sections/education.css +++ b/static/css/sections/education.css @@ -102,7 +102,9 @@ border: none; color: #212529; } - +.education-section .taken-courses th.course-name-header{ + width: 50%; +} .education-section .taken-courses .hidden-course { display: none; transition: all 1s ease-out; -- cgit v1.2.3