Update structure and clean data

This commit is contained in:
schooltechx 2023-04-04 12:38:01 +07:00
parent 466ecf5981
commit 3edde43c25
7 changed files with 33 additions and 20 deletions

View file

@ -2,3 +2,17 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
h1 {
@apply text-4xl;
}
h2 {
@apply text-2xl;
}
ul{
@apply list-disc
}
ol{
@apply list-decimal
}
}