From 69e321dbaeb5c7897cf804941b50477d40068a78 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 1 Apr 2024 13:42:44 +0200 Subject: Make central column in index wider --- static/styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/styles/index.css') diff --git a/static/styles/index.css b/static/styles/index.css index 22e6dd0..880bbc7 100644 --- a/static/styles/index.css +++ b/static/styles/index.css @@ -68,7 +68,7 @@ .boxes { /* The columns should be aligned in the center. * N.B. margin matches padding of achievements. */ - max-width: 600px; + max-width: 700px; margin: 2rem auto; } -- cgit v1.2.3