Files
Portfolio/src/Portfolio.Web/Components/Pages/ProjectsPage.razor.css
2025-01-21 18:32:33 +01:00

14 lines
215 B
CSS

.project-container {
display: flex;
flex-wrap: wrap;
gap: 100px;
justify-content: space-evenly;
}
h2 {
margin-top: 3rem;
margin-bottom: 5rem;
font-size: 2rem;
font-weight: 600;
}