Try to fix craziness happening with top menu but not bottom. Add padding to bottom.
This commit is contained in:
		@@ -35,19 +35,16 @@
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			/** Make the menu items centered and layout horizontal. **/
 | 
			
		||||
			/*
 | 
			
		||||
			/**/
 | 
			
		||||
			.menu {
 | 
			
		||||
				margin-top: 5px;
 | 
			
		||||
				padding-top: 10px;
 | 
			
		||||
				padding-bottom: 10px;
 | 
			
		||||
			}
 | 
			
		||||
			*/
 | 
			
		||||
			/**/
 | 
			
		||||
			.menu-list {
 | 
			
		||||
				text-align: center;
 | 
			
		||||
				list-style-type: none;
 | 
			
		||||
				padding-left: 0px;
 | 
			
		||||
 | 
			
		||||
				display: flex;
 | 
			
		||||
				align-items: center;
 | 
			
		||||
				justify-content: center;
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user