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 | |
| parent | fa0493ae05d428b898205a2adf6c10bef23f7803 (diff) | |
alinhado titulo pra baixo
| -rw-r--r-- | static/style.css | 6 | ||||
| -rw-r--r-- | templates/base.m4 | 2 |
2 files changed, 7 insertions, 1 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; } diff --git a/templates/base.m4 b/templates/base.m4 index 1005089..35781c1 100644 --- a/templates/base.m4 +++ b/templates/base.m4 @@ -8,7 +8,7 @@ <body> <div class="title"> <img class="esquizo" src="/static/esquizo.png"></img> - <div class="sub"> + <div class="bottom-align"> <h1>esquizo.net</h1> <h2><i>Centro das verdades reveladas pelas vozes da minha cabeça</i></h2> </div> |
