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 2323 grid-template-columns : 100% ;
2424}
2525
26- @media (min-width : 40 em ) {
26+ @media (min-width : 600 px ) {
2727 body {
2828 grid-template-rows : min-content min-content auto min-content;
2929 grid-template-columns : 300px auto;
238238 margin : 1em ;
239239}
240240
241- @media (min-width : 40 em ) {
241+ @media (min-width : 600 px ) {
242242 # content {
243243 max-width : 980px ;
244244 margin : 2em 3.5em ;
Original file line number Diff line number Diff line change 44 display : none;
55 }
66
7- @media (max-width : 39.99 em ) {
7+ @media (max-width : 599 px ) {
88 .panel_mobile_button {
99 display : block;
1010 height : 40px ;
9090 line-height : 1 ;
9191 }
9292
93- @media (max-width : 39.99 em ) {
93+ @media (max-width : 599 px ) {
9494 .panel
9595 {
9696 transition : left 0s ease-in-out;
122122 text-align : center;
123123 }
124124
125- @media (max-width : 39.99 em ) {
125+ @media (max-width : 599 px ) {
126126 .panel .logo img {
127127 width : 50% ;
128128 }
143143 overflow-x : hidden;
144144 }
145145
146- @media (max-width : 39.99 em ) {
146+ @media (max-width : 599 px ) {
147147 .panel .header
148148 {
149149 width : 100% ;
164164 outline : none;
165165 }
166166
167- @media (max-width : 39.99 em ) {
167+ @media (max-width : 599 px ) {
168168 .panel .header input
169169 {
170170 width : 70% ;
You can’t perform that action at this time.
0 commit comments