Skip to content

Commit 42ad2ac

Browse files
committed
make header mostly transparent on large screens to increase vertical content space
1 parent 3f695f9 commit 42ad2ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/vue/source/css/page.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@
129129
.sidebar
130130
position fixed
131131

132+
@media screen and (min-width: 1400px)
133+
#header
134+
background-color: rgba(255,255,255,.4)
135+
132136
@media screen and (max-width: 1300px)
133137
.content.with-sidebar
134138
margin-left 290px

0 commit comments

Comments
 (0)