From 179648cdf395f7722fb297316d14780ec56adfc0 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Wed, 19 Jun 2024 21:07:24 +0700 Subject: [PATCH] fix separator width --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9e2afa2..d9a28ef 100644 --- a/style.css +++ b/style.css @@ -118,7 +118,7 @@ html * } .separator { - width: 15cm; + max-width: 15cm; height: 1px; background-color: rgba(237, 237, 237, 1); } @@ -281,7 +281,7 @@ html * } .separator { - width: 15cm; + max-width: 15cm; height: 1px; background-color: #232323; }