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

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobbi Nespu <robbinespu@gmail.com>2021-06-28 22:23:47 +0300
committerAthul Cyriac Ajay <athul8720@gmail.com>2021-06-29 07:48:54 +0300
commit5321e4817fbed7cf57de9171f994f8720cbcf411 (patch)
tree9d1bed61641b9397f0870536ca8d175311b4be9c
parent0053a709f5e7bfc80b41d64fb91cadd8dd77d4a2 (diff)
th table with bigger font size
Co-authored-by: Athul Cyriac Ajay <athul8720@gmail.com>
-rw-r--r--assets/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index ee62b1e..cb699f0 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -306,6 +306,7 @@ table {
table th{
padding: 6px 13px;
border: 1px solid #dfe2e5;
+ font-size: large;
}
table td{