summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-04-01 13:42:44 +0200
committerLinnnus <[email protected]>2024-04-01 13:42:44 +0200
commit69e321dbaeb5c7897cf804941b50477d40068a78 (patch)
tree6d6f03711123013a37ccfe547b0fb965e3ffd65b /static
parente1dc193153378cdafa400512fff8431b1fecf994 (diff)
Make central column in index wider
Diffstat (limited to 'static')
-rw-r--r--static/styles/index.css2
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;
}