all repos — site @ 22e94c693a68084d26738ad6f09f05119fe465f5

source for my site, found at icyphox.sh

feat(templates): use `centered` class
Anirudh icyph0x@pm.me
Thu, 05 Jul 2018 16:10:37 +0530
commit

22e94c693a68084d26738ad6f09f05119fe465f5

parent

3b56ab7fd5e6a9ffcf3be47d02e16e47489b480c

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M templates/index.htmltemplates/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>