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
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 /layouts/partials/sections/education.html
parentba997ff4c5e930ea5eb8a5ad9f5997d759e03c0b (diff)
Fixed alignment issue in tables under education(#233) (#434)
Diffstat (limited to 'layouts/partials/sections/education.html')
-rw-r--r--layouts/partials/sections/education.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sections/education.html b/layouts/partials/sections/education.html
index 59db9a3..a300398 100644
--- a/layouts/partials/sections/education.html
+++ b/layouts/partials/sections/education.html
@@ -59,7 +59,7 @@
{{ $hideScale := .takenCourses.hideScale }}
<table>
<thead>
- <th>{{ i18n "course_name"}}</th>
+ <th class="course-name-header">{{ i18n "course_name"}}</th>
{{ if not $hideScale }}<th>{{ i18n "total_credit"}}</th>{{ end }}
<th>{{ i18n "obtained_credit"}}</th>
</thead>