From 8ae7fd1fd8e20642a588f05d4988cc26ffe8f451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 17 Mar 2026 16:25:55 +0400 Subject: [PATCH] Tweak font sizes --- app/styles/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/styles/app.css b/app/styles/app.css index 7732174..9bcca79 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -337,6 +337,7 @@ body { .sidebar-content details .details-content { padding: 0 1.4rem 1rem; animation: details-slide-down 0.2s ease-out; + font-size: 0.9rem; } .sidebar-content details .link-list { @@ -429,7 +430,6 @@ select.form-control { .about-section { margin-bottom: 2rem; - font-size: 0.95rem; } .about-section a { @@ -490,7 +490,6 @@ select.form-control { .sidebar-content table { width: 100%; border-collapse: collapse; - font-size: 0.9rem; } .sidebar-content table th,