File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ footer {
383383
384384footer >div .d-flex {
385385 line-height : 1.2rem ;
386- width : 90 % ;
386+ width : 95 % ;
387387 max-width : 1035px ;
388388}
389389
@@ -900,6 +900,10 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
900900 text-align : left ;
901901 }
902902
903+ footer >div .d-flex {
904+ width : 92% ;
905+ }
906+
903907}
904908
905909/* iPad 9.7" horizontal */
@@ -913,15 +917,15 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
913917}
914918
915919
916- @media all and (min-width : 768px ) and (max-width : 831 px ) {
920+ @media all and (min-width : 768px ) and (max-width : 830 px ) {
917921 .post img {
918922 max-width : calc (100% + 2rem );
919923 }
920924}
921925
922926
923927/* Hide SideBar and TOC */
924- @media all and (max-width : 831 px ) {
928+ @media all and (max-width : 830 px ) {
925929
926930 .sidebar-expand {
927931 transform : translateX (0 ) !important ;
@@ -1268,7 +1272,7 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
12681272 }
12691273
12701274 footer >div .d-flex {
1271- max-width : calc ( 1130 px + 1 % ) ;
1275+ max-width : 1150 px ;
12721276 }
12731277
12741278 #back-to-top {
You can’t perform that action at this time.
0 commit comments