feat: improve UX with performance optimizations, layout fixes, and dark mode prompt
This commit is contained in:
parent
719aaeaa4d
commit
b8bb33d5ef
7 changed files with 142 additions and 17 deletions
|
|
@ -53,11 +53,11 @@
|
|||
}
|
||||
|
||||
h2 {
|
||||
@apply text-3xl md:text-4xl lg:text-5xl;
|
||||
@apply text-2xl md:text-3xl lg:text-4xl;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@apply text-2xl md:text-3xl;
|
||||
@apply text-xl md:text-2xl lg:text-3xl;
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
.prose h2 {
|
||||
font-size: 2.25rem !important;
|
||||
font-size: 1.875rem !important;
|
||||
font-weight: 700 !important;
|
||||
color: #111827 !important;
|
||||
margin-top: 3rem !important;
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
@media (min-width: 768px) {
|
||||
.prose h2 {
|
||||
font-size: 3rem !important;
|
||||
font-size: 2rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue