File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
lib/rdoc/generator/template/rails/resources/css Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
grid-template-columns : 100% ;
24
24
}
25
25
26
- @media (min-width : 40 em ) {
26
+ @media (min-width : 600 px ) {
27
27
body {
28
28
grid-template-rows : min-content min-content auto min-content;
29
29
grid-template-columns : 300px auto;
238
238
margin : 1em ;
239
239
}
240
240
241
- @media (min-width : 40 em ) {
241
+ @media (min-width : 600 px ) {
242
242
# content {
243
243
max-width : 980px ;
244
244
margin : 2em 3.5em ;
Original file line number Diff line number Diff line change 4
4
display : none;
5
5
}
6
6
7
- @media (max-width : 39.99 em ) {
7
+ @media (max-width : 599 px ) {
8
8
.panel_mobile_button {
9
9
display : block;
10
10
height : 40px ;
90
90
line-height : 1 ;
91
91
}
92
92
93
- @media (max-width : 39.99 em ) {
93
+ @media (max-width : 599 px ) {
94
94
.panel
95
95
{
96
96
transition : left 0s ease-in-out;
122
122
text-align : center;
123
123
}
124
124
125
- @media (max-width : 39.99 em ) {
125
+ @media (max-width : 599 px ) {
126
126
.panel .logo img {
127
127
width : 50% ;
128
128
}
143
143
overflow-x : hidden;
144
144
}
145
145
146
- @media (max-width : 39.99 em ) {
146
+ @media (max-width : 599 px ) {
147
147
.panel .header
148
148
{
149
149
width : 100% ;
164
164
outline : none;
165
165
}
166
166
167
- @media (max-width : 39.99 em ) {
167
+ @media (max-width : 599 px ) {
168
168
.panel .header input
169
169
{
170
170
width : 70% ;
You can’t perform that action at this time.
0 commit comments