User:4erospace/sandbox: Difference between revisions

m CSS test
m CSS test
Line 140: Line 140:
   }
   }
    
    
   @container map (width < 700px) {
   @media screen and (max-width: 1300px) {
     #second-container {
     #second-container {
       display: none;
       display: none;
     }
     }
   }
   }
    
    
}}
}}