|
|
@@ -195,7 +195,7 @@ const Business = () => {
|
|
|
style={{opacity: years947.opacity}}>{years947.count}</span>억 매출을 달성한 외감법인입니다.
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div className="flex justify-center items-center gap-3 py-3 sm:gap-4 lg:gap-8 max-w-6xl mx-auto overflow-auto">
|
|
|
+ <div className="flex justify-center items-center gap-3 py-10 sm:gap-4 lg:gap-8 max-w-6xl mx-auto overflow-auto">
|
|
|
{rankItems.map((item, idx) => (
|
|
|
<React.Fragment key={item.title}>
|
|
|
<RankSection {...item} visible={rankVisible}/>
|