diff options
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; } |
