start working intro into the equation
This commit is contained in:
		
							parent
							
								
									7dcc0ba820
								
							
						
					
					
						commit
						e23f0d126d
					
				| 
						 | 
					@ -40,15 +40,10 @@ nav li {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.main-nav {
 | 
					.main-nav {
 | 
				
			||||||
  margin-top: 52px;
 | 
					  margin-top: 52px;
 | 
				
			||||||
  text-align: center;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.main-nav ul {
 | 
					 | 
				
			||||||
  display: inline-block;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.main-nav li {
 | 
					.main-nav li {
 | 
				
			||||||
  margin-left: 10px;
 | 
					  margin-right: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.main-nav li a {
 | 
					.main-nav li a {
 | 
				
			||||||
| 
						 | 
					@ -139,6 +134,24 @@ body > footer a:hover img {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Intro */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.intro .unit {
 | 
				
			||||||
 | 
					  padding: 10px 0 40px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.intro p {
 | 
				
			||||||
 | 
					  font-size: 1.75em;
 | 
				
			||||||
 | 
					  line-height: 1em;
 | 
				
			||||||
 | 
					  margin: 0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media (min-width: 569px){
 | 
				
			||||||
 | 
					  .intro p {
 | 
				
			||||||
 | 
					    font-size: 3.2em;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* HTML Elements */
 | 
					/* HTML Elements */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
h1, h2, h3, h4, h5, h6 {
 | 
					h1, h2, h3, h4, h5, h6 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,11 +4,10 @@ title: Jekyll • Simple, blog-aware, static sites
 | 
				
			||||||
overview: true
 | 
					overview: true
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% comment %}
 | 
					 | 
				
			||||||
<section class="intro">
 | 
					<section class="intro">
 | 
				
			||||||
  <div class="grid">
 | 
					  <div class="grid">
 | 
				
			||||||
    <div class="unit whole">
 | 
					    <div class="unit whole center-on-mobiles">
 | 
				
			||||||
      <p class="first">Transform your plain text into static websites and blogs. <br />So easy, <strong>it’s scary</strong>.</p>
 | 
					      <p class="first">Transform your plain text into static websites and blogs.</p>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</section>
 | 
					</section>
 | 
				
			||||||
| 
						 | 
					@ -78,4 +77,3 @@ overview: true
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</section>
 | 
					</section>
 | 
				
			||||||
{% endcomment %}
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue