Skip to content

Commit 231f4a7

Browse files
committed
Testing wider viewport
1 parent 1c38b50 commit 231f4a7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<style>
2+
/* we limit width if we have large screens */
3+
@media screen and (min-width: 1300px) {
4+
5+
/* #sidebar/width + ./max-width */
6+
#body .flex-block-wrapper {
7+
margin-left: auto;
8+
margin-right: auto;
9+
max-width: 1300px;
10+
width: 100%;
11+
}
12+
}
13+
</style>

0 commit comments

Comments
 (0)