Update structure and clean data
This commit is contained in:
parent
466ecf5981
commit
3edde43c25
7 changed files with 33 additions and 20 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue