From c39996c0fe5e1ce9d033119ca2d4621937286946 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 20 Sep 2024 15:39:47 +0200 Subject: [PATCH] docs(app): increase container size --- docs/app/app.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/app/app.vue b/docs/app/app.vue index 89b1f96e..2702f06a 100644 --- a/docs/app/app.vue +++ b/docs/app/app.vue @@ -113,4 +113,8 @@ provide('files', files) --color-green-900: #0A5331; --color-green-950: #052E16; } + +:root { + --container-width: 90rem; +}