From 9009f171ce339cf8c851bdf194b3c055136efcf5 Mon Sep 17 00:00:00 2001 From: Apisit Date: Tue, 23 Apr 2024 23:18:39 +0900 Subject: [PATCH] Update _tailwind.css --- src/css/_tailwind.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/css/_tailwind.css b/src/css/_tailwind.css index 514a639..610fb9f 100644 --- a/src/css/_tailwind.css +++ b/src/css/_tailwind.css @@ -49,12 +49,12 @@ ul, ol { list-style: revert; } -ul { - list-style-position: inside; -} -ul { - margin-left: 20px; -} + ul, ol { + list-style-position: inside; + } + ul, ol { + margin-left: 20px; + } }