From 7c45fce74f7a2f1905dcd7a021eed02db1444885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 8 Dec 2020 08:56:49 +0100 Subject: [PATCH] Limit sidebar to 350px (#15848) --- sass/custom/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/custom/_layout.scss b/sass/custom/_layout.scss index 423d77b633a..0d3a6f7a682 100644 --- a/sass/custom/_layout.scss +++ b/sass/custom/_layout.scss @@ -36,7 +36,7 @@ html { #sidebar { .grid { position: fixed; - width: 33.33%; + width: 350px; .brand-logo-container { margin-top: 0; }