We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d7cb8 commit facd484Copy full SHA for facd484
indra/assemblers/html/templates/indra/template.html
@@ -96,7 +96,6 @@
96
position: fixed;
97
top: 0;
98
bottom: 0;
99
- right: 0;
100
width: 20em;
101
background: #fff;
102
padding-top: 85px;
@@ -161,7 +160,7 @@
161
160
padding-bottom: 65px
162
}
163
164
- @media (max-width: 1800px) {
+ @media (min-width: 1500px) {
165
.right { width: 15%; }
166
.mid-right { width: 20%; right: 15%; }
167
.content { margin-right: calc(15% + 20%); }
0 commit comments