From 931112f27786fcd236fee2e985631658d2c0d205 Mon Sep 17 00:00:00 2001 From: Yandols ZeonX Date: Tue, 7 Jul 2020 23:50:28 +0800 Subject: [PATCH] Reduce font-size of Mainstream Websites description urls. Hopefully fixes misalignment issues on horizontally smaller screens. --- assets/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 7b879fc..9acdbda 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -213,6 +213,10 @@ button:hover { font-size: 2.5em; } +.icon-small { + font-size: 1.5em; +} + .apps-text { text-align: left; display: flex; @@ -227,7 +231,7 @@ button:hover { } .apps-text span:nth-child(2n) { color: var(--color-secondary); - font-size: 0.8em; + font-size: 0.65em; text-transform: lowercase; }