diff options
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; } |