From e69afcff1c1f42436998ca0b070162d556dd577c Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 18 Sep 2025 10:04:43 +0700 Subject: more --- front/src/styles/styles.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'front/src/styles/styles.css') diff --git a/front/src/styles/styles.css b/front/src/styles/styles.css index 42a2e3c..5affd4f 100644 --- a/front/src/styles/styles.css +++ b/front/src/styles/styles.css @@ -34,6 +34,21 @@ /* tailwindy */ +.global-center { + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.centered { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + + .grow { flex-grow: 1; } -- cgit v1.2.3