File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535}
3636
3737.site-shell {
38- max-width : 1200 px ;
38+ max-width : 1400 px ;
3939 margin : 0 auto ;
4040 padding : 1.2rem 1rem 2rem ;
4141}
154154.readme-panel table {
155155 width : 100% ;
156156 display : table ;
157- table-layout : auto ;
157+ table-layout : fixed ;
158158 border-collapse : collapse ;
159159 border-spacing : 0 ;
160160 margin : 0.9rem 0 1.4rem ;
171171 font-size : 0.9rem ;
172172 overflow-wrap : anywhere;
173173 word-break : break-word ;
174+ hyphens : auto ;
174175}
175176
176177.readme-panel th {
@@ -180,21 +181,40 @@ h6,
180181
181182.readme-panel th :nth-child (1 ),
182183.readme-panel td :nth-child (1 ) {
183- width : 1 % ;
184+ width : 5 % ;
184185 text-align : center ;
185186 white-space : nowrap ;
186187}
187188
188189.readme-panel th :nth-child (2 ),
189190.readme-panel td :nth-child (2 ) {
190- width : 45% ;
191+ width : 37% ;
192+ }
193+
194+ .readme-panel th :nth-child (3 ),
195+ .readme-panel td :nth-child (3 ),
196+ .readme-panel th :nth-child (4 ),
197+ .readme-panel td :nth-child (4 ) {
198+ width : 11% ;
199+ }
200+
201+ .readme-panel th :nth-child (5 ),
202+ .readme-panel td :nth-child (5 ) {
203+ width : 10% ;
204+ }
205+
206+ .readme-panel th :nth-child (6 ),
207+ .readme-panel td :nth-child (6 ),
208+ .readme-panel th :nth-child (7 ),
209+ .readme-panel td :nth-child (7 ) {
210+ width : 13% ;
191211}
192212
193213.readme-panel a {
194214 color : #0b5a72 ;
195215}
196216
197- @media (max-width : 1200 px ) {
217+ @media (max-width : 860 px ) {
198218 .readme-panel table ,
199219 .readme-panel thead ,
200220 .readme-panel tbody ,
You can’t perform that action at this time.
0 commit comments