Alathra:Navigation: Difference between revisions

m CSS test
m CSS test
Line 12: Line 12:
     display: flex;
     display: flex;
     flex-direction: row;
     flex-direction: row;
     justify-content: space-evenly;
     justify-content: center;
   }
   }
}}
}}