diff options
author | Linnnus <[email protected]> | 2024-04-01 13:42:44 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-01 13:42:44 +0200 |
commit | 69e321dbaeb5c7897cf804941b50477d40068a78 (patch) | |
tree | 6d6f03711123013a37ccfe547b0fb965e3ffd65b /static/styles | |
parent | e1dc193153378cdafa400512fff8431b1fecf994 (diff) |
Make central column in index wider
Diffstat (limited to 'static/styles')
-rw-r--r-- | static/styles/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |