make logo smaller
This commit is contained in:
		@@ -176,14 +176,16 @@ button {
 | 
				
			|||||||
.logo {
 | 
					.logo {
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
  height: 160px;
 | 
					  height: 140px;
 | 
				
			||||||
 | 
					  margin-bottom: 20px;
 | 
				
			||||||
  img {
 | 
					  img {
 | 
				
			||||||
    display: block;
 | 
					    display: block;
 | 
				
			||||||
    margin: auto;
 | 
					    margin: auto;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  h3 {
 | 
					  h3 {
 | 
				
			||||||
    position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
    width: 200px;
 | 
					    font-size: medium;
 | 
				
			||||||
 | 
					    width: 140px;
 | 
				
			||||||
    top: 33%;
 | 
					    top: 33%;
 | 
				
			||||||
    left: 50%;
 | 
					    left: 50%;
 | 
				
			||||||
    transform: translate(-50%, -50%);
 | 
					    transform: translate(-50%, -50%);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user