From ccf34e5c37458abcf1d7bfe986305d6d3f138837 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 24 Mar 2019 23:04:09 +0400 Subject: Add styles of menu footer Signed-off-by: Valentin Popov --- _scss/components/_navigation.scss | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to '_scss') diff --git a/_scss/components/_navigation.scss b/_scss/components/_navigation.scss index 281452c..5f63287 100644 --- a/_scss/components/_navigation.scss +++ b/_scss/components/_navigation.scss @@ -37,9 +37,36 @@ text-transform: uppercase; } +.navigation-footer { + bottom: 0; + list-style-type: none; + margin: auto; + max-width: 52em; + padding: 20px; + position: fixed; + text-align: center; + width: 100%; + + li { + border-right: 1px solid; + display: inline; + padding: 0 20px; + + @media (max-width: 684px) { + padding: 0 10px; + } + } + + li:last-child { + border-right: 0; + } +} + .navigation-pills { height: 100%; list-style-type: none; + margin: 0; + padding: 0; text-align: center; width: 100%; } -- cgit v1.2.3