Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-17 16:08:28 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-17 16:08:28 +0300
commit17d30d3b20862634eb5976ac7868543ddc16894a (patch)
treeacbf7d803daa81f930ed52f0c6fc2af9960efd0b /assets
parenta0ed8464e0494b62734352bb534168dc83107798 (diff)
main nav works, update readme
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/main.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/scss/main.scss b/assets/scss/main.scss
index 8d22076..02fa5a0 100644
--- a/assets/scss/main.scss
+++ b/assets/scss/main.scss
@@ -76,4 +76,9 @@ $color__border-abbr: #666;
.navigation.pagination svg {
width: 22px;
height: 22px;
+}
+
+.main-navigation .main-menu>li.menu-item-has-children .submenu-expand svg {
+ width: 24px;
+ height: 24px;
} \ No newline at end of file