ecape2023-mixlab-events/src/main.css
adb-sh c23b51d96b
All checks were successful
continuous-integration/drone/push Build is passing
update content
2023-03-03 02:39:58 +01:00

29 lines
366 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-image: url("./img/background.svg");
}
main.md h1 {
font-size: 1.6rem;
@apply pt-6 pb-4;
}
main.md h2 {
font-size: 1.4rem;
@apply pt-4 pb-2;
}
main.md h3 {
font-size: 1.2rem;
@apply pt-4 pb-2;
}
main.md hr {
@apply my-4;
}
main.md ul {
@apply list-disc list-inside;
}