From a80fe3006320204021a3f05bd94e5cfd64b4c31f Mon Sep 17 00:00:00 2001 From: Quadrimus Date: Fri, 29 Nov 2024 13:53:49 +0100 Subject: [PATCH] Make game website link smaller --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index cfc7905..5eafd8c 100644 --- a/style.css +++ b/style.css @@ -496,7 +496,7 @@ section.columns { border: 0.1em solid var(--grey-background-color); border-radius: 0.5em; display: block; - font-size: 2em; + font-size: 1.8em; padding: 1em; text-align: center; text-decoration: none;