mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-04 01:18:09 +00:00 
			
		
		
		
	added correct css for navbar
This commit is contained in:
		@@ -22,7 +22,7 @@ a {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Card styles */
 | 
					/* Card styles */
 | 
				
			||||||
.card {
 | 
					.navbar, .card {
 | 
				
			||||||
  flex: 1; /* Ensures cards fill the height of their container */
 | 
					  flex: 1; /* Ensures cards fill the height of their container */
 | 
				
			||||||
  border-radius: 5px; /* Rounded corners */
 | 
					  border-radius: 5px; /* Rounded corners */
 | 
				
			||||||
  border: 1px solid #ccc; /* Optional border color */
 | 
					  border: 1px solid #ccc; /* Optional border color */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user