church-website/src/admin/components/calendar/styles.module.scss
2025-03-11 12:55:30 +01:00

13 lines
No EOL
131 B
SCSS

.container {
display: flex;
margin-bottom: 20px;
}
.day {
width: 300px;
}
.date {
font-size: 18px;
font-weight: bold;
}