home page complete

This commit is contained in:
timurgordon
2022-04-21 16:32:51 +04:00
parent a6a6d0388e
commit f40c333eb5
14 changed files with 67 additions and 103 deletions

View File

@@ -62,19 +62,19 @@ img[src*="#tft_img"] {
@layer components {
h1 {
@apply text-6xl lg:text-9xl font-normal leading-none;
@apply text-5xl lg:text-8xl font-normal leading-none;
}
h1 strong {
@apply font-semibold;
}
h2 {
@apply text-5xl lg:text-8xl font-normal leading-none;
@apply text-4xl lg:text-7xl font-normal leading-none;
}
h2 strong {
@apply font-medium;
}
h3 {
@apply text-3xl lg:text-6xl font-normal leading-none;
@apply text-3xl lg:text-5xl font-normal leading-none;
}
h3 strong {
@apply font-semibold;