diff options
author | Doge <[email protected]> | 2021-05-25 12:59:57 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-25 12:59:57 +0800 |
commit | c05d392b14349f2d565d9fa1395ad5b4dd4bd68d (patch) | |
tree | fce6bbcac20dc7c644d7f5d954308b77f953a6fc /layout | |
parent | e2aca21e9fd603dddb4e40c4ea6636343284699f (diff) | |
download | chromate-c05d392b14349f2d565d9fa1395ad5b4dd4bd68d.tar.gz chromate-c05d392b14349f2d565d9fa1395ad5b4dd4bd68d.tar.bz2 chromate-c05d392b14349f2d565d9fa1395ad5b4dd4bd68d.zip |
Fix style error
Diffstat (limited to 'layout')
-rw-r--r-- | layout/_partial/header.ejs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index aeaed58..6a61396 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -44,9 +44,9 @@ <p class="subtitle is-size-6"> <%- config.description %> <% if (theme.subnav) { %> - <div class="container is-uppercase subnav-top"> + <div class="container subnav-top"> <% } else { %> - <div class="container is-uppercase"> + <div class="container"> <% } %> <% for (let index in theme.navbar) { %> <% @@ -71,7 +71,7 @@ <% } %> </div> <% if (theme.subnav) { %> - <div class="container is-uppercase"> + <div class="container has-text-weight-medium is-size-7"> <div class="columns subnav-bottom"> <div class="column is-10-mobile is-offset-1-mobile is-one-third is-offset-one-third" style="padding: 0%;"> <% for (let index in theme.subnav) { %> |