feat: portfolio styles
This commit is contained in:
parent
666fe03f2d
commit
e9e5e7d30b
3 changed files with 15 additions and 5 deletions
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
|
||||
h3 {
|
||||
@apply mt-12 mb-2 text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight text-black dark:text-white;
|
||||
@apply mt-10 mb-3 text-xl sm:text-2xl lg:text-2xl leading-none font-extrabold tracking-tight text-black dark:text-white;
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
@ -56,6 +56,10 @@
|
|||
@apply my-2 mb-3 text-lg leading-relaxed;
|
||||
}
|
||||
|
||||
li {
|
||||
@apply my-2 text-lg;
|
||||
}
|
||||
|
||||
.blog-content ul, .home-content ul {
|
||||
@apply list-none list-inside;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue