From c6f628665cac9391b7b92c0de615f1f3282d9191 Mon Sep 17 00:00:00 2001 From: Rachit Nigam Date: Fri, 12 May 2023 10:19:27 +0530 Subject: [PATCH] styling --- static/css/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/default.css b/static/css/default.css index 55df323..1e940a8 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -319,10 +319,12 @@ p { } ul { + width: 78%; list-style: circle; } ol { + width: 78%; list-style: decimal; }