From 200e7a80a9c76374de6a07d921ef8554c5d8a29e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sun, 24 Mar 2019 22:24:53 +0400 Subject: [PATCH] Add CSS styles of menu items Signed-off-by: Valentin Popov --- _scss/components/_navigation.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/_scss/components/_navigation.scss b/_scss/components/_navigation.scss index 4edf502..281452c 100644 --- a/_scss/components/_navigation.scss +++ b/_scss/components/_navigation.scss @@ -37,6 +37,22 @@ text-transform: uppercase; } +.navigation-pills { + height: 100%; + list-style-type: none; + text-align: center; + width: 100%; +} + +.navigation-item { + padding: 20px; + + a { + text-decoration: none; + text-transform: uppercase; + } +} + .toggle-button { display: none;