diff options
Diffstat (limited to 'sass/juice.scss')
-rw-r--r-- | sass/juice.scss | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sass/juice.scss b/sass/juice.scss index 7866bb4..fd1086f 100644 --- a/sass/juice.scss +++ b/sass/juice.scss @@ -196,7 +196,16 @@ footer { } header nav { - display: none; + /* display: none; */ + line-height: 3em; + margin-top: 1em; + margin-bottom: 1em; + font-size: 1em; + text-align: center; + + li { + white-space: nowrap; + } } .logo { @@ -323,4 +332,4 @@ footer { #menu-toggle:checked ~ .toc-item { display: block; } -}
\ No newline at end of file +} |