From 37a4e751163dc2f76e41798ddea40e46ad6c0fc0 Mon Sep 17 00:00:00 2001 From: olimot Date: Thu, 8 Feb 2024 19:18:12 +0900 Subject: [PATCH] edit css --- main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 820849c..6b44810 100644 --- a/main.css +++ b/main.css @@ -70,11 +70,11 @@ th, td { border-bottom: 1px solid currentColor; border-spacing: 0; - vertical-align: top; } th { text-align: left; + vertical-align: bottom; } .full-width-table { @@ -136,7 +136,7 @@ th { width: calc(50% - 1.2rem); float: left; clear: left; - margin: 0 1.2rem 2rem 0; + margin: 0 1.2rem 0 0; } }