Reactive-Resume/src/components/Blog.module.css

12 lines
126 B
CSS

.container {
@apply leading-loose my-8;
}
.container p {
@apply my-4;
}
.container h4 {
@apply font-medium text-xl;
}