mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix bottom margin in global nav
This commit is contained in:
@@ -14,16 +14,16 @@
|
||||
order = 3
|
||||
|
||||
[[feature]]
|
||||
name = "True Universality"
|
||||
name = "Cross-platform by Default"
|
||||
description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis dolor maiores officia officiis nemo voluptate hic necessitatibus debitis, vel ad ipsa temporibus aperiam architecto, molestiae, nulla minus corrupti iusto magni."
|
||||
order = 4
|
||||
|
||||
[[feature]]
|
||||
name = "Feature 5"
|
||||
name = "Multilingual Mode"
|
||||
description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis dolor maiores officia officiis nemo voluptate hic necessitatibus debitis, vel ad ipsa temporibus aperiam architecto, molestiae, nulla minus corrupti iusto magni."
|
||||
order = 5
|
||||
|
||||
[[feature]]
|
||||
name = "Feature 6"
|
||||
name = "A Passionate Community"
|
||||
description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis dolor maiores officia officiis nemo voluptate hic necessitatibus debitis, vel ad ipsa temporibus aperiam architecto, molestiae, nulla minus corrupti iusto magni."
|
||||
order = 6
|
||||
@@ -53,7 +53,7 @@ code[class^="language-"] {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
color: lighten($base-font-color, 25%);
|
||||
color: lighten($base-font-color, 35%);
|
||||
font-family: 'fontello';
|
||||
content: '\f121';
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
ul.top-menu {
|
||||
margin-top: $site-header-height + 30px;
|
||||
// display: inline-block;
|
||||
margin-bottom: 30px;
|
||||
width: 85%;
|
||||
@include MQ(L) {
|
||||
margin-top: $site-header-height + 10px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user