Styled the main project section for mobile
This commit is contained in:
		
							parent
							
								
									d304149f9b
								
							
						
					
					
						commit
						c323924d77
					
				
							
								
								
									
										2
									
								
								dist/css/main.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/css/main.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -31,8 +31,6 @@
 | 
			
		||||
    --headingFS: 1.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**** Media Queries *****/
 | 
			
		||||
 | 
			
		||||
@media screen and (max-width: 90em) {
 | 
			
		||||
@ -249,6 +247,42 @@
 | 
			
		||||
    section#curriculumvitae .cvGrid {
 | 
			
		||||
        padding: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**** Projects Styles ***/
 | 
			
		||||
 | 
			
		||||
    section#projects {
 | 
			
		||||
        flex-direction: column;
 | 
			
		||||
        justify-content: center;
 | 
			
		||||
        align-items: center;
 | 
			
		||||
        padding: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    section#projects .mainProj {
 | 
			
		||||
        border-right: 0;
 | 
			
		||||
        padding: 0;
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        margin: 0 5em;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    section#projects .mainProj img {
 | 
			
		||||
        padding-right: 1em;
 | 
			
		||||
        gap: 1em;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    section#projects .mainProj, section#projects .otherProj {
 | 
			
		||||
        align-items: unset;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    section#projects .mainProj .flexRow {
 | 
			
		||||
        flex-direction: column;
 | 
			
		||||
        margin: 0 2.5em;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    section#projects .mainProj .flexCol {
 | 
			
		||||
        flex-direction: row;
 | 
			
		||||
        justify-content: center;
 | 
			
		||||
        align-items: center;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media screen and (max-width: 55em) {
 | 
			
		||||
 | 
			
		||||
@ -32,6 +32,7 @@ section#projects .mainProj img, section#projects .otherProj .oProjItem img {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
section#projects .mainProj img {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    max-width: 30rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user