Enhance css
parent
17a815d185
commit
359b5dc907
@ -1,16 +0,0 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
h1 {
|
||||
@apply text-5xl font-bold;
|
||||
}
|
||||
h2 {
|
||||
@apply text-4xl font-bold;
|
||||
}
|
||||
h3 {
|
||||
@apply text-3xl font-bold;
|
||||
}
|
||||
h3 {
|
||||
@apply text-2xl font-bold;
|
||||
}
|
@ -0,0 +1,54 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
main {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
@apply mt-[.4em] mb-[.2em] scroll-mt-2 leading-normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@apply text-5xl font-bold;
|
||||
}
|
||||
h2 {
|
||||
@apply text-4xl font-bold;
|
||||
}
|
||||
h3 {
|
||||
@apply text-3xl font-bold;
|
||||
}
|
||||
h4 {
|
||||
@apply text-2xl font-bold;
|
||||
}
|
||||
|
||||
p {
|
||||
@apply my-2 leading-normal;
|
||||
}
|
||||
|
||||
article {
|
||||
@apply max-w-4xl;
|
||||
|
||||
img {
|
||||
@apply my-2 inline-flex;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0.5rem 0.5rem 0.5rem 1.5rem;
|
||||
list-style-type: disc;
|
||||
list-style: disc;
|
||||
ul {
|
||||
margin: 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
@apply table;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply text-primary;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue