diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-03-13 00:12:33 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-03-13 00:12:33 -0300 |
| commit | 99a6fe7430c1a6d3e0703967c9bcd87fbfcf7333 (patch) | |
| tree | 900ff6d7c1ed3ea9cf396e140c5b6c70452740f0 /static/style.css | |
| parent | fa0493ae05d428b898205a2adf6c10bef23f7803 (diff) | |
alinhado titulo pra baixo
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index bd2575b..b7d3305 100644 --- a/static/style.css +++ b/static/style.css @@ -7,6 +7,12 @@ body { margin: auto; } +.bottom-align { + display: flex; + flex-direction: column; + justify-content: flex-end; +} + .title { display: flex; } |
