Apply larger fonts starting at $breakpoint-xl

This commit is contained in:
0x1eef 2024-06-10 10:55:29 -03:00
parent a1ea5020a1
commit a45b1e88e4
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ body .root .content {
body .root .content.theme.rtl {
@import "base/breakpoints";
@media (min-width: $breakpoint-lg) {
@media (min-width: $breakpoint-xl) {
header {
h1 {
font-size: xx-large;

View file

@ -25,7 +25,7 @@ export function Stream({ locale, surah, stream, endOfStream, isPaused, t }: Prop
className={classNames(
"body stream scroll-y list-none p-0 m-0 h-5/6",
...className,
{ "mt-4": ltr, "mt-7": rtl },
{ "mt-4": ltr, "mt-5": rtl },
)}
ref={ref}
>