first commit 2
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/* Trend07 Layout Style - PNS Style */
|
||||
|
||||
/* 💡 [추가] 고정 헤더로 인한 겹침 방지 (메인 비주얼이 풀스크린이므로 0으로 설정하거나 조정) */
|
||||
body {
|
||||
padding-top: 0;
|
||||
font-family: 'Noto Sans KR', sans-serif;
|
||||
}
|
||||
|
||||
/* 메인 비주얼이 헤더 뒤로 들어가도록 설정 */
|
||||
.pns-visual-slider {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.main-content-wrapper {
|
||||
padding: 80px 0;
|
||||
}
|
||||
|
||||
.guide-box {
|
||||
padding: 40px;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px dashed #ddd;
|
||||
color: #888;
|
||||
font-size: 0.9rem;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user