File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5757@media (min-width : 901px ) {
5858 .toc {
5959 order : 2 ;
60- width : 12 rem ;
60+ width : 15 rem ;
6161 position : sticky;
6262 top : 4rem ;
6363 max-height : 80vh ;
6666 border-left : 1px solid # 444 ;
6767 border-radius : 1px ;
6868 flex-shrink : 0 ;
69- font-size : small ;
69+ font-size : smaller ;
7070 }
7171 .a {
7272 display : flex; align-items : flex-start; gap : 1rem ;
7575.main {
7676 max-width : 65rem ;
7777}
78- @media (min-width : 90 rem ) {
78+ @media (min-width : 85 rem ) {
7979 .side-bar {
80- width : calc ((100% - 90 rem ) / 2 + 16.5rem );
80+ width : calc ((100% - 85 rem ) / 2 + 16.5rem );
8181 min-width : 16.5rem
8282 }
8383}
8484@media (min-width : 90rem ) {
8585 .side-bar + .main {
86- margin-left : Max (16.5rem , calc ((100% - 90 rem ) / 2 + 16.5rem ));
86+ margin-left : Max (16.5rem , calc ((100% - 85 rem ) / 2 + 16.5rem ));
8787 }
8888}
8989</ style >
You can’t perform that action at this time.
0 commit comments