From 99a6fe7430c1a6d3e0703967c9bcd87fbfcf7333 Mon Sep 17 00:00:00 2001 From: esquizo Date: Fri, 13 Mar 2026 00:12:33 -0300 Subject: alinhado titulo pra baixo --- static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/style.css') 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; } -- cgit v1.2.3