new header mobile implemented

This commit is contained in:
timurgordon
2022-03-08 05:08:13 +03:00
parent 6875d6aea6
commit 7dfffe3406
6 changed files with 270 additions and 53 deletions

View File

@@ -48,19 +48,22 @@ img[src*="#large"] {
@apply text-3xl lg:text-5xl font-light;
}
h2 {
@apply text-2xl lg:text-4xl font-light;
@apply text-2xl lg:text-4xl my-2 font-light;
}
h3 {
@apply text-xl lg:text-2xl font-normal;
}
h4 {
@apply text-md tracking-widest text-zinc-500 font-semibold;
@apply text-md my-1 tracking-widest text-zinc-500 font-semibold;
}
h5 {
@apply text-md not-italic font-normal leading-8;
@apply text-md not-italic font-normal my-1;
}
h6 {
@apply text-sm lg:text-base font-normal;
}
nav p {
@apply hidden sm:block md:block lg:block xl:block 2xl:block;
p {
@apply text-xs;
}
blockquote {
@apply border-l-4 border-gray-400 mx-2 my-2 p-2;
@@ -86,13 +89,6 @@ button a {
color: black;
}
h3 {
font-size: 1em;
font-style: normal;
font-weight: 600;
color: rgba(0, 0, 0, 0.5);
}
p {
font-size: 15px;
}