From a329051a8a7e357eb25fbf125988dcfbfa6684c8 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Sun, 10 Feb 2019 10:03:39 -0500 Subject: [PATCH] Move nav buttons below name on small screens --- styles/components/_portfolio_layout.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index c15027ab..9eefb286 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -42,6 +42,11 @@ } .portfolio-header { + flex-direction: column; + @include media($small-screen) { + flex-direction: row; + } + margin: 2 * $gap 0; .portfolio-header__name { @@ -64,6 +69,7 @@ } .links { + justify-content: center; font-size: $small-font-size; .icon-link {