From fc9efccd605ae010c90dfb96890221f1d36de64c Mon Sep 17 00:00:00 2001 From: Umberto D'Ovidio Date: Sun, 30 Jul 2017 20:07:32 +0200 Subject: [PATCH] fixed post navigation --- _sass/layouts/_posts.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_sass/layouts/_posts.scss b/_sass/layouts/_posts.scss index 0877b6a585..e890aa14cb 100644 --- a/_sass/layouts/_posts.scss +++ b/_sass/layouts/_posts.scss @@ -61,6 +61,9 @@ header { width:100%; border-bottom: 1px solid $border-color; display: flex; + @media screen and (max-width: 576px) { + flex-direction: column; + } float: left; a, .page-title { @@ -78,6 +81,9 @@ header { border: 1px solid rgba(255, 255, 255, 0); text-align: center; width: 50%; + @media screen and (max-width: 576px) { + width: 100%; + } } a:hover { @extend a.button:hover;