feat(templates): use `centered` class
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:10:37 +0530
1 files changed,
1 insertions(+),
3 deletions(-)
jump to
M
templates/index.html
→
templates/index.html
@@ -15,10 +15,8 @@ {{ header }}
</header> <body> - <div class="centered" align="center"> - <div class="centered-item"> + <div class="centered"> {{ body }} - </div> </div> </body>