fix. api 수정 반영, getImageHost 수정
This commit is contained in:
@@ -1,21 +1,25 @@
|
||||
/* Button Size Classes */
|
||||
@layer components {
|
||||
.size-large {
|
||||
/* height: 64px */
|
||||
@apply px-10 h-16 text-lg rounded-lg
|
||||
before:rounded after:rounded;
|
||||
}
|
||||
|
||||
.size-medium {
|
||||
/* height: 56px */
|
||||
@apply px-10 h-14 text-base rounded-lg
|
||||
before:rounded after:rounded;
|
||||
}
|
||||
|
||||
.size-small {
|
||||
/* height: 48px */
|
||||
@apply px-10 h-12 text-sm rounded-lg
|
||||
before:rounded after:rounded;
|
||||
}
|
||||
|
||||
.size-extra-small {
|
||||
/* height: 40px */
|
||||
@apply px-6 h-10 text-sm rounded
|
||||
before:rounded after:rounded;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
@apply overflow-hidden relative pt-[32px] pb-[80px] px-[20px] sm:px-[40px] md:pt-[64px] md:pb-[200px] bg-[#F0F0F0];
|
||||
}
|
||||
.section-static {
|
||||
@apply mx-auto lg:max-w-[1300px];
|
||||
@apply max-w-[1300px] mx-auto;
|
||||
}
|
||||
.section-static + .section-static {
|
||||
@apply mt-[80px] md:mt-[100px];
|
||||
|
||||
Reference in New Issue
Block a user