From c430ee85489adb0c3a3100e5b0ca7e36c9cdd60a Mon Sep 17 00:00:00 2001 From: VnPower Date: Fri, 13 Oct 2023 20:59:59 +0700 Subject: [PATCH] Fix: unapplied styling --- template/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/template/css/style.css b/template/css/style.css index 2ca6d93..f39ab15 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -574,5 +574,16 @@ body { width: 47%; } } +.border-rounded { + border-radius: 50%; +} + +.flex { + display: flex; +} + +.no-margin { + margin: 0; +} /*# sourceMappingURL=style.css.map */