We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9bdf3 commit 31ef8caCopy full SHA for 31ef8ca
1 file changed
src/.vuepress/styles/index.styl
@@ -31,7 +31,7 @@ a.sidebar-link.active
31
background-color #fdf6f8
32
33
.sidebar p:has( span:empty )
34
- padding: 0
+ padding 0
35
36
.theme-default-content
37
code
@@ -43,11 +43,18 @@ a.sidebar-link.active
43
44
// Header
45
46
-#app .navbar .logo
47
- margin-right 5px
48
-
49
-#app .site-name
50
- font-family "Roobert"
+#app
+ .navbar
+ .logo
+ height 1.5rem
+ width 1.5rem
51
+ min-width unset
52
+ margin-right 5px
53
+ vertical-align middle
54
+
55
+ .site-name
56
+ font-family Roobert
57
+ font-size 1.3rem
58
59
// Navigation
60
0 commit comments