about us page
This commit is contained in:
@ -32,6 +32,10 @@
|
||||
@apply font-bounded text-[24px] leading-[140%] font-bold uppercase md:text-[48px] xl:text-[64px];
|
||||
}
|
||||
|
||||
.h1-big {
|
||||
@apply font-bounded text-[32px] leading-[140%] font-bold uppercase sm:text-[48px] xl:text-[64px];
|
||||
}
|
||||
|
||||
.h2-bold-bounded {
|
||||
@apply font-bounded text-[24px] leading-[150%] md:leading-[120%] font-bold sm:text-[36px] md:text-[40px];
|
||||
}
|
||||
@ -59,6 +63,10 @@
|
||||
.space-25-75 {
|
||||
@apply space-y-[25px] sm:space-y-[75px]
|
||||
}
|
||||
|
||||
.space-55-75 {
|
||||
@apply space-y-[55px] sm:space-y-[75px]
|
||||
}
|
||||
}
|
||||
|
||||
.main {
|
||||
|
Reference in New Issue
Block a user