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