redid setting page width/height
This commit is contained in:
		
							parent
							
								
									04e585151c
								
							
						
					
					
						commit
						16d2a241c3
					
				| 
						 | 
					@ -54,13 +54,9 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* General Formatting */
 | 
					/* General Formatting */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
html,
 | 
					 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
    height: 100%;
 | 
					 | 
				
			||||||
    width: 100%;
 | 
					    width: 100%;
 | 
				
			||||||
}
 | 
					    min-height: 100vh;
 | 
				
			||||||
 | 
					 | 
				
			||||||
body {
 | 
					 | 
				
			||||||
    font-family: "Red Hat Display", sans-serif;
 | 
					    font-family: "Red Hat Display", sans-serif;
 | 
				
			||||||
    background-color: var(--clr-pale-blue);
 | 
					    background-color: var(--clr-pale-blue);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -68,8 +64,6 @@ body {
 | 
				
			||||||
main {
 | 
					main {
 | 
				
			||||||
    background-image: var(--page-background-img);
 | 
					    background-image: var(--page-background-img);
 | 
				
			||||||
    background-repeat: no-repeat;
 | 
					    background-repeat: no-repeat;
 | 
				
			||||||
    min-height: 100%;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					    flex-direction: column;
 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue