Skip to content

Commit 165ecf9

Browse files
committed
Navbar Header adjustments
1 parent 1dadd46 commit 165ecf9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pages/.vuepress/theme/components/Navbar.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
class="site-name"
1818
v-if="$siteTitle"
1919
:class="{ 'can-hide': $site.themeConfig.logo }"
20-
></span>
21-
<span class="logo">CoderBot</span>
22-
<span class="subtitle">documentazione</span>
20+
><span class="subtitle">Documentazione</span> <span class="logo">CoderBot</span>
21+
</span>
22+
2323
</router-link>
2424

2525
<div
@@ -100,7 +100,7 @@ $navbar-horizontal-padding = 1.5rem
100100
height $navbarHeight - 1.4rem
101101
min-width $navbarHeight - 1.4rem
102102
margin-right 0.8rem
103-
vertical-align top
103+
//vertical-align top
104104
.site-name
105105
font-size 1.6rem
106106
font-weight 600

pages/.vuepress/theme/styles/theme.styl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body
1717
color $textColor
1818

1919
.logo {
20-
font-size: 2rem;
20+
font-size: 1.6rem;
2121
font-family: 'Overpass Mono';
2222
font-weight: 600;
2323
letter-spacing: -3px;
@@ -27,14 +27,14 @@ body
2727
-webkit-background-clip: text;
2828
-moz-background-clip: text;
2929
background-clip: text;
30+
3031
}
3132
.subtitle {
32-
color: #606266;
33-
font-size: 1.5rem;
33+
//color: #808286;
34+
font-size: 1.3rem;
3435
//font-family: 'Overpass Mono';
3536
font-weight: 400;
3637
letter-spacing: -1px;
37-
margin-top: -20px;
3838
}
3939

4040
.page

0 commit comments

Comments
 (0)