Fixed alignment issue in tables under education(#233) (#434)

This commit is contained in:
Reyhan
2021-10-12 22:40:04 +05:30
committed by GitHub
parent ba997ff4c5
commit adf5d52ab3
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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;