navix/frontend/src/style/SectionGrid.css

16 lines
267 B
CSS

.section {
margin-bottom: 3rem;
width: 100%;
max-width: 1000px;
}
.section-title {
font-family: 'Rajdhani', sans-serif;
font-size: 1.8rem;
text-align: left;
border-bottom: 1px solid #2e6dc0;
font-weight: 500;
margin-bottom: 1rem;
color: white;
}