pique/frontend/main.css

18 lines
213 B
CSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
.prose li {
margin-top: 0;
margin-bottom: 0;
}
.prose ul {
margin-top: 0;
margin-bottom: 0;
}
.prose h1 {
margin-bottom: 0.25em;
}