chore(main): improve style organization

This commit is contained in:
Kim, Jimin 2023-07-06 14:21:13 +09:00
parent d452533877
commit 28907e3b3d
3 changed files with 12 additions and 27 deletions

View file

@ -26,21 +26,6 @@ main {
@apply text-center font-normal;
}
h1 {
@apply my-5 text-center text-4xl;
}
h2 {
/* color */
@apply dark:bg-dark-text-default dark:text-dark-ui-bg;
/* text */
@apply text-3xl font-bold;
/* spacing */
@apply mb-5 mt-20 px-4 py-1;
}
a {
/* style */
@apply no-underline hover:underline;