Skip to content

Commit a4415be

Browse files
Refactor navbar styles for logo and site name
1 parent db9bdf3 commit a4415be

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

src/.vuepress/styles/index.styl

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,17 @@ a.sidebar-link.active
4343

4444
// Header
4545

46-
#app .navbar .logo
47-
margin-right 5px
48-
49-
#app .site-name
50-
font-family "Roobert"
46+
#app
47+
.navbar
48+
.logo
49+
height 1.5rem
50+
width 1.5rem
51+
margin-right 5px
52+
vertical-align middle
53+
54+
.site-name
55+
font-family Roobert
56+
font-size 1.3rem
5157

5258
// Navigation
5359

0 commit comments

Comments
 (0)