From 88f0dbb3917269fe63e37a1331c6257d3d903a70 Mon Sep 17 00:00:00 2001 From: Artur Rodrigues Date: Thu, 25 Jul 2024 20:57:45 -0300 Subject: [PATCH] Alterando tamanho da sidebar --- docs/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index a149a34..22c9a0f 100644 --- a/docs/style.css +++ b/docs/style.css @@ -5,6 +5,7 @@ --base-color : white; --base-font-family : monospace; --selection-color : #AAB; - --sidebar-background : #015958 + --sidebar-background : #015958; + --sidebar-width : 23rem; } \ No newline at end of file