Skip to content

Commit facd484

Browse files
haohangyankkaris
authored andcommitted
make the mid-right bar show on ultra wide screen
1 parent a5d7cb8 commit facd484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

indra/assemblers/html/templates/indra/template.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
position: fixed;
9797
top: 0;
9898
bottom: 0;
99-
right: 0;
10099
width: 20em;
101100
background: #fff;
102101
padding-top: 85px;
@@ -161,7 +160,7 @@
161160
padding-bottom: 65px
162161
}
163162

164-
@media (max-width: 1800px) {
163+
@media (min-width: 1500px) {
165164
.right { width: 15%; }
166165
.mid-right { width: 20%; right: 15%; }
167166
.content { margin-right: calc(15% + 20%); }

0 commit comments

Comments
 (0)