feat. GR_GALLERY_03 템플릿 제작
This commit is contained in:
@@ -5,7 +5,13 @@
|
||||
}
|
||||
|
||||
.section-content {
|
||||
@apply relative h-full flex flex-col items-center justify-center gap-4 text-center px-[20px] sm:px-[40px] md:gap-5;
|
||||
@apply relative h-full flex flex-col items-center justify-center text-center px-[20px] sm:px-[40px];
|
||||
}
|
||||
|
||||
.border-line {
|
||||
@apply overflow-hidden relative rounded-[4px] md:rounded-lg
|
||||
after:content-[''] after:absolute after:top-0 after:left-0 after:w-full after:h-full
|
||||
after:border after:border-white/10 after:rounded-[4px] after:md:rounded-lg;
|
||||
}
|
||||
|
||||
/* Title Utility Classes */
|
||||
|
||||
Reference in New Issue
Block a user