Files
dnssash/theme/rd.laser/rb.layout/basic.LR/style.css
T
2026-06-11 18:47:38 +09:00

26 lines
514 B
CSS

/*!* 💡 [핵심 수정] 공통 CSS의 position:fixed를 무력화합니다. *!*/
/*#header {*/
/* position: relative !important;*/
/*}*/
/* Basic.LR Layout Style */
.two-column-layout {
display: flex;
gap: 30px; /* 좌우 콘텐츠 사이의 간격 */
padding-top: 20px;
padding-bottom: 20px;
}
.col_left {
width: 75%; /* 왼쪽 콘텐츠 너비 */
flex-shrink: 0;
}
.col_right {
width: 25%; /* 오른쪽 사이드바 너비 */
flex-shrink: 0;
}
/* 모바일 반응형 */