Port most remaining legacy styles to Tailwind
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-11 10:15:09 -06:00
parent ade9261c2c
commit 8e5d6dabdc
6 changed files with 35 additions and 110 deletions

View File

@@ -3,10 +3,6 @@
@apply leading-none
}
/* h1, h2, h3 { */
/* @apply font-light; */
/* } */
h1 {
@apply text-3xl uppercase;
}
@@ -26,4 +22,16 @@
main section:first-of-type {
@apply pt-0;
}
main p {
@apply mb-4 leading-6;
}
main ul {
@apply mb-6;
}
main ul li {
@apply leading-6;
}
}