Skip to content

Commit 5c5e146

Browse files
committed
added header background header transition and made it appear on slightly smaller screens to accomodate macbook air 11-inch
1 parent ed666cc commit 5c5e146

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

themes/vue/source/css/page.styl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#header
1010
box-shadow 0 0 1px rgba(0,0,0,.25)
11+
transition background-color .3s ease-in-out
1112

1213
.content
1314
position relative
@@ -129,9 +130,9 @@
129130
.sidebar
130131
position fixed
131132

132-
@media screen and (min-width: 1400px)
133+
@media screen and (min-width: 1360px)
133134
#header
134-
background-color: rgba(255,255,255,.4)
135+
background-color rgba(255,255,255,.4)
135136

136137
@media screen and (max-width: 1300px)
137138
.content.with-sidebar

0 commit comments

Comments
 (0)