header/footer/styles
This commit is contained in:
@ -16,6 +16,8 @@
|
||||
--color-text-light: #1a1a1a;
|
||||
--color-text-dark: #fffefb;
|
||||
|
||||
--color-bg-block: #E8E7E0;
|
||||
|
||||
/* button */
|
||||
--color-button: #9a7f62;
|
||||
--color-button-hover: #b7946d;
|
||||
@ -30,11 +32,10 @@
|
||||
.h4-uppercase {
|
||||
@apply font-inter text-base leading-[150%] font-bold uppercase sm:text-[20px] md:text-[24px];
|
||||
}
|
||||
}
|
||||
|
||||
.text-inter {
|
||||
font-family: var(--font-inter);
|
||||
line-height: 150%;
|
||||
.text-inter {
|
||||
@apply font-inter text-sm sm:text-lg;
|
||||
}
|
||||
}
|
||||
|
||||
.main {
|
||||
|
Reference in New Issue
Block a user