Alathra:Navigation: Difference between revisions

m CSS test
m CSS test
Line 17: Line 17:
    
    
   @media screen and (max-width: 800px) {
   @media screen and (max-width: 800px) {
    #nav {
      justify-content: center;
    }
     #nav-row {
     #nav-row {
       flex-direction: column;
       flex-direction: column;
      gap: 20px;
     }
     }
   }
   }