Merge branch 'master' into four-card-feature-section
This commit is contained in:
		
						commit
						7413fc6c78
					
				
							
								
								
									
										18
									
								
								style.css
								
								
								
								
							
							
						
						
									
										18
									
								
								style.css
								
								
								
								
							| 
						 | 
					@ -91,6 +91,10 @@ body {
 | 
				
			||||||
footer {
 | 
					footer {
 | 
				
			||||||
    margin-top: 3rem;
 | 
					    margin-top: 3rem;
 | 
				
			||||||
    text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
 | 
					    font-size: 16px;
 | 
				
			||||||
 | 
					    margin-left: auto;
 | 
				
			||||||
 | 
					    margin-right: auto;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
footer * {
 | 
					footer * {
 | 
				
			||||||
| 
						 | 
					@ -100,3 +104,17 @@ footer * {
 | 
				
			||||||
footer > a {
 | 
					footer > a {
 | 
				
			||||||
    display: block;
 | 
					    display: block;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media screen and (max-width: 500px) {
 | 
				
			||||||
 | 
					    .header, .blurb, .projectsDiv {
 | 
				
			||||||
 | 
					        width: 90%;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .header > h1 {
 | 
				
			||||||
 | 
					        font-size: 2.5rem;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
 | 
					    footer {
 | 
				
			||||||
 | 
					        width: 85%;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue