Allow longer link text on landing page (reduce padding for Mobile) (#4363)
* Allow longer link text on landing page (reduce padding for Mobile) * remove empty line
This commit is contained in:
		@@ -721,6 +721,16 @@
 | 
			
		||||
        text-align: center;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      .nav {
 | 
			
		||||
        display: flex;
 | 
			
		||||
        flex-flow: row wrap;
 | 
			
		||||
        justify-content: space-around;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      .links a {
 | 
			
		||||
        padding: 12px 8px;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      .heading h1 {
 | 
			
		||||
        padding: 30px 0;
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user