style(home.scss): add margin-bottom to container for spacing between content and footer
This commit is contained in:
		@@ -31,6 +31,7 @@
 | 
				
			|||||||
	flex-direction: column;
 | 
						flex-direction: column;
 | 
				
			||||||
	gap: 1rem;
 | 
						gap: 1rem;
 | 
				
			||||||
	margin-top: 5rem;
 | 
						margin-top: 5rem;
 | 
				
			||||||
 | 
						margin-bottom: 2rem;
 | 
				
			||||||
	.project {
 | 
						.project {
 | 
				
			||||||
		display: flex;
 | 
							display: flex;
 | 
				
			||||||
		flex-direction: column;
 | 
							flex-direction: column;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user