Skip to content

Commit 450674e

Browse files
committed
Fix 1300px bad behavior
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
1 parent 377d538 commit 450674e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/source/css/page.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
#header
180180
background-color: rgba(255,255,255,.4)
181181

182-
@media screen and (max-width: 1300px)
182+
@media screen and (max-width: 1340px)
183183
.content.with-sidebar
184184
margin-left: 290px
185185
#ad

0 commit comments

Comments
 (0)