some sectioning height optimizations
This commit is contained in:
		@@ -86,6 +86,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    #section2 {
 | 
					    #section2 {
 | 
				
			||||||
        height: 130%;
 | 
					        height: 130%;
 | 
				
			||||||
 | 
					        min-height: 860px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #aboutPic {
 | 
					    #aboutPic {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -49,7 +49,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Screen smaller than 600px -- general small width screens */
 | 
					/* Screen smaller than 600px -- general small width screens */
 | 
				
			||||||
@media screen and (max-width: 1200px) {
 | 
					@media screen and (max-width: 1200px) {
 | 
				
			||||||
    #section5 {
 | 
					    /*#section5 {*/
 | 
				
			||||||
        height: 100%;
 | 
					    /*    height: 100%;*/
 | 
				
			||||||
    }
 | 
					    /*}*/
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -89,6 +89,7 @@
 | 
				
			|||||||
@media screen and (max-width: 1200px) {
 | 
					@media screen and (max-width: 1200px) {
 | 
				
			||||||
    #section3 {
 | 
					    #section3 {
 | 
				
			||||||
        height: 100%;
 | 
					        height: 100%;
 | 
				
			||||||
 | 
					        min-height: 700px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .tab {
 | 
					    .tab {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -61,10 +61,6 @@ body, html, #maincontent {
 | 
				
			|||||||
        background: #311E25;
 | 
					        background: #311E25;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .tile {
 | 
					 | 
				
			||||||
        min-height: 300px;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    #backtotopbutton {
 | 
					    #backtotopbutton {
 | 
				
			||||||
        display: none; /* hide scroll to top button on mobile devices */
 | 
					        display: none; /* hide scroll to top button on mobile devices */
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user