편집 요약 없음 |
편집 요약 없음 |
||
| 7번째 줄: | 7번째 줄: | ||
} | } | ||
/* | /* 모바일에서 content-tools을 제목 우하단으로 위치시키기 */ | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
. | .content-wrapper .liberty-content .liberty-content-header .content-tools { | ||
margin- | position: absolute; /* 절대 위치 지정 */ | ||
right: 0; /* 우측으로 위치 */ | |||
bottom: 0; /* 하단으로 위치 */ | |||
margin-bottom: 10px; /* 하단 여백 추가 */ | |||
margin-right: 10px; /* 우측 여백 추가 */ | |||
} | } | ||
} | } | ||
2024년 12월 2일 (월) 15:55 판
/* 이 CSS 설정은 리버티 스킨을 사용하는 사용자에게 적용됩니다 */
.mw-headline-number { color: #0275d8; }
.mw-headline-number::after { content: "."; }
.content-wrapper {
margin-top: 72px !important; /* 본문 위쪽 간격 */
}
/* 모바일에서 content-tools을 제목 우하단으로 위치시키기 */
@media (max-width: 768px) {
.content-wrapper .liberty-content .liberty-content-header .content-tools {
position: absolute; /* 절대 위치 지정 */
right: 0; /* 우측으로 위치 */
bottom: 0; /* 하단으로 위치 */
margin-bottom: 10px; /* 하단 여백 추가 */
margin-right: 10px; /* 우측 여백 추가 */
}
}