diff --git a/entries/static/entries/css/h-entry.styl b/entries/static/entries/css/h-entry.styl index 190ac6c..38ef5c4 100644 --- a/entries/static/entries/css/h-entry.styl +++ b/entries/static/entries/css/h-entry.styl @@ -1,5 +1,7 @@ -main > .container +ol.entries display flex + margin-bottom 0 + flex 1 flex-direction column justify-content center > li diff --git a/home/static/home/css/index.styl b/home/static/home/css/index.styl index 37bce22..e7319eb 100644 --- a/home/static/home/css/index.styl +++ b/home/static/home/css/index.styl @@ -6,6 +6,13 @@ $xl = 1200px main flex-direction column align-items center + aside.author + margin-bottom 1rem @media (min-width $md) flex-direction row-reverse align-items unset + aside.author + margin-bottom 0 + ol.entries + margin-right 2rem + justify-content flex-start diff --git a/home/templates/home/index.html b/home/templates/home/index.html index b8672c1..5a73d07 100644 --- a/home/templates/home/index.html +++ b/home/templates/home/index.html @@ -2,6 +2,7 @@ {% load static %} {% block styles %} + {% endblock %} {% block main %} +