We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaf572 commit 836f93fCopy full SHA for 836f93f
components/page/page-style.scss
@@ -10,22 +10,19 @@
10
11
// XXX: Temporary hack to fix sidebar width
12
.page > div:first-of-type {
13
- flex: 0 0 auto;
+ display: none;
14
position: relative;
15
overflow: hidden;
16
17
@include break {
18
- flex:0 0 30%;
19
- }
20
-
21
- @include break('large') {
22
- flex:0 0 25%;
+ display: block;
+ flex: 0 0 280px;
23
}
24
25
26
.page__content {
+ flex: 1 1 auto;
27
overflow-x: hidden;
28
- width: 100%;
29
padding: 1.5em 1em;
30
31
@media break {
0 commit comments