mobile view fixes

This commit is contained in:
timurgordon
2022-04-06 17:39:56 +03:00
parent ffd69ad925
commit 375c48fb1a
7 changed files with 18 additions and 21 deletions

View File

@@ -68,19 +68,19 @@ img[src*="#tft_img"] {
@apply font-semibold;
}
h2 {
@apply text-4xl lg:text-8xl font-normal leading-none;
@apply text-5xl lg:text-8xl font-normal leading-none;
}
h2 strong {
@apply font-medium;
}
h3 {
@apply text-xl lg:text-6xl font-normal leading-none;
@apply text-3xl lg:text-6xl font-normal leading-none;
}
h3 strong {
@apply font-semibold;
}
h4 {
@apply text-sm lg:text-4xl font-normal;
@apply text-xl lg:text-4xl font-normal;
}
h5 {
@apply text-md my-1 tracking-widest text-zinc-500 font-semibold;
@@ -89,7 +89,7 @@ img[src*="#tft_img"] {
@apply text-md not-italic font-normal my-1;
}
p {
@apply text-2xl leading-tight;
@apply text-lg lg:text-2xl leading-tight;
font-family: "Lato", sans-serif;
}
blockquote {