diff options
Diffstat (limited to 'front/src/styles/styles.css')
-rw-r--r-- | front/src/styles/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
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; } |