From 8b3978e747adcc6f05c5d9f5cd7aef6870900b9e Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 14 Feb 2026 02:23:54 +0100 Subject: [PATCH] design: narrower notes --- src/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/app.css b/src/styles/app.css index 3bf61d6..808b6c1 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -11,7 +11,7 @@ --link: #445fb9; --light-link: lighten(#445fb9, 45%); --background-color: #ffffff; - --note-width: 620px; + --note-width: 480px; --color-contrast-content: var(--color-success); --notyf-margin: 0.5rem; }