fixing of weird stuff
This commit is contained in:
		@@ -53,6 +53,7 @@ nav {
 | 
				
			|||||||
    color: aliceblue;
 | 
					    color: aliceblue;
 | 
				
			||||||
    margin: 0;
 | 
					    margin: 0;
 | 
				
			||||||
    padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
 | 
					    height: 120px;
 | 
				
			||||||
    background-color: rgba(0, 0, 0, 0.2);
 | 
					    background-color: rgba(0, 0, 0, 0.2);
 | 
				
			||||||
    -webkit-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
 | 
					    -webkit-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
 | 
				
			||||||
    -moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
 | 
					    -moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
 | 
				
			||||||
@@ -65,6 +66,7 @@ nav ul {
 | 
				
			|||||||
    justify-content: space-between;
 | 
					    justify-content: space-between;
 | 
				
			||||||
    padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
    font-size: 32px;
 | 
					    font-size: 32px;
 | 
				
			||||||
 | 
					    margin: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user