Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorReyhan <reyhansara97@gmail.com>2021-10-12 20:10:04 +0300
committerGitHub <noreply@github.com>2021-10-12 20:10:04 +0300
commitadf5d52ab3390369937ad3cd0763ab0538cc327b (patch)
tree1144216a58ddc2955d19a54befaadbed7895b5b1 /static
parentba997ff4c5e930ea5eb8a5ad9f5997d759e03c0b (diff)
Fixed alignment issue in tables under education(#233) (#434)
Diffstat (limited to 'static')
-rw-r--r--static/css/sections/education.css4
1 files changed, 3 insertions, 1 deletions
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;