Changes

no edit summary
Line 11: Line 11:  
     display: flex;
 
     display: flex;
 
     flex-direction: row;
 
     flex-direction: row;
     align-items: center;
+
     align-items:flex-start;
 
     justify-content: space-evenly;
 
     justify-content: space-evenly;
 
}
 
}