Alathra:Navigation: Difference between revisions

m CSS test
Tag: Manual revert
m CSS test
Line 15: Line 15:
   }
   }
    
    
  @media screen and (max-width: 800px) {
    #nav {
      height: 500px;
      align-items: center;
    }
    #nav-row {
      gap: 20px;
      flex-wrap: wrap;
    }
  }
 
  @media screen and (max-width: 660px) {
    #nav {
      height: 700px;
    }
  }
}}
}}
<div id="nav">
<div id="nav">