mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			509 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			509 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| .home {
 | |
| 	padding-bottom: @footer-margin * 2;
 | |
| 	.logo {
 | |
| 		max-width: 220px;
 | |
| 	}
 | |
| 	.hero {
 | |
| 		h1, h2 {
 | |
| 			font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei';
 | |
| 		}
 | |
| 		h1 {
 | |
| 			font-size: 5.5em;
 | |
| 		}
 | |
| 		h2 {
 | |
| 			font-size: 3em;
 | |
| 		}
 | |
| 		.octicon {
 | |
| 			color: #d9453d;
 | |
|   		font-size: 40px;
 | |
|   		width: 50px;
 | |
| 		}
 | |
| 		&.header {
 | |
| 			font-size: 20px;
 | |
| 		}
 | |
| 	}
 | |
| 	p.large {
 | |
| 		font-size: 16px
 | |
| 	}
 | |
| 	.stackable {
 | |
| 		padding-top: 30px;
 | |
| 	}
 | |
| 	a {
 | |
| 		color: #d9453d;
 | |
| 	}
 | |
| }
 | |
| 
 | |
| .signup {
 | |
| 	padding-top: 15px;
 | |
| 	padding-bottom: @footer-margin * 2;
 | |
| } |