Now Responsive on Mobile
        Gio e@mail
        
        
        
        
        
        Thu, 29 Aug 2024 16:11:51 -0400
        
          1 files changed,
          8 insertions(+),
          0 deletions(-)
          
          jump to
            
            
            
            M
            
          
          static/style.css
          
            → 
            static/style.css
          
          
            
          @@ -18,6 +18,7 @@ }
.outline { width: auto; + max-width: 300px; grid-column-start: 1; grid-column-end: 1; grid-row-start: 1;@@ -25,6 +26,7 @@ grid-row-end: 2;
position: sticky; top: 0; } + .root_link{ color: #9c75dd; }@@ -86,3 +88,9 @@ text-align: left;
padding: 3pt; } + @media only screen and (max-width: 1100px) { + .outline { + display:none + } +} +