From 335bbaead6f084be5f2daed314b8ef73b3c2d98c Mon Sep 17 00:00:00 2001 From: spatialfree Date: Tue, 5 Mar 2024 11:10:21 -0500 Subject: [PATCH] list revert --- web/public/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web/public/style.css b/web/public/style.css index 3155ddd..aff3a92 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -59,6 +59,15 @@ code { font-weight: 500; color: #0000FF; } +ul { + all: revert; + width: 90%; + margin: 0 auto; + margin-bottom: 1rem; +} +li { + all: revert; +} img, video, canvas { overflow: hidden; } @@ -91,4 +100,4 @@ input { border-radius: 32px; letter-spacing: 1px; font-size: 16px; -} \ No newline at end of file +}