From 63defc6dd70f14383442a52e8b61318a2ff1f3e9 Mon Sep 17 00:00:00 2001 From: westtle <103447524+westtle@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:50:55 +0700 Subject: [PATCH] added .-flex utility class used display flex in its own class instead in .-flex-column. --- assets/styles/global.css | 7 ++----- index.html | 10 +++++----- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/assets/styles/global.css b/assets/styles/global.css index 0d2c5fc..52eed34 100644 --- a/assets/styles/global.css +++ b/assets/styles/global.css @@ -108,11 +108,8 @@ ul { list-style: none; } /* Utility and Helper */ -.-flex-column { - display: flex; - flex-direction: column; -} - +.-flex { display: flex; } +.-flex-column { flex-direction: column; } .-flex-grow { flex-grow: 1; } .--sr-only { diff --git a/index.html b/index.html index 25bde01..ab8f4f3 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -28,7 +28,7 @@ - + -
-
+
+

Simple Note

-
+