church-website/src/app/blog/[id]/styles.module.scss
2024-11-20 15:21:45 +01:00

11 lines
No EOL
139 B
SCSS

@import "template.scss";
.image {
max-width: 100%;
height: auto;
border-radius: $border-radius;
}
.published {
font-size: 12px;
}