update header

This commit is contained in:
2023-05-17 12:02:19 +03:00
parent c60a9b54e1
commit b924709a08
4 changed files with 14 additions and 7 deletions

View File

@@ -87,9 +87,12 @@ img[src*="#fig"] {
font-family: "lato";
}
a:hover {
color: #5a5a5a;
}
@layer components {
h1 {
@apply text-3xl lg:text-5xl xl:text-7xl font-bold leading-none my-4;
@apply text-3xl md:text-4xl lg:text-6xl font-bold leading-none my-4;
font-family: "lato", sans-serif;
line-height: 0.9;
@@ -98,7 +101,7 @@ img[src*="#fig"] {
@apply font-medium;
}
h2 {
@apply text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold leading-none my-4;
@apply text-3xl md:text-4xl lg:text-5xl font-bold leading-none my-4;
font-family: "lato", sans-serif;
line-height: 0.9;