From 741bda626ec692f6a5b27040b6199de7d22f0794 Mon Sep 17 00:00:00 2001 From: Andra Blaj Date: Fri, 28 Jun 2024 14:53:10 +0300 Subject: [PATCH] Update from AOE repo --- src/styles/_globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/_globals.css b/src/styles/_globals.css index c1e816d4..30a9138f 100644 --- a/src/styles/_globals.css +++ b/src/styles/_globals.css @@ -92,6 +92,10 @@ ol { margin-bottom: 1em; } +ol { + padding-left: 26px; +} + pre { margin-bottom: 1em; white-space: pre-wrap;