From 2993b707e835af3ae759da749370b8ba9755ef1b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 May 2025 23:44:31 +0500 Subject: feat: signout button --- public/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index bc8ab61..a53d128 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -526,6 +526,10 @@ a.box:hover { align-items: center; } +.items-bottom { + align-items: end; +} + .justify-center { justify-content: center; } -- cgit v1.2.3