diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-10 23:44:31 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-10 23:44:31 +0500 |
| commit | 2993b707e835af3ae759da749370b8ba9755ef1b (patch) | |
| tree | 78829b4b3d734534947cee9960a9d34027f0cde0 /public/static/style.css | |
| parent | 146926758de64427dabe1eccd97cfbe6e4394d10 (diff) | |
feat: signout button
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
