4번째 줄: 4번째 줄:
 
height: 90px !important;
 
height: 90px !important;
 
overflow: auto hidden;
 
overflow: auto hidden;
}
 
 
/* 글꼴 바꾸는 명령어 */
 
.ace_line,
 
.ace_line span,
 
.ace_scrollbar-h + div > div:last-child {
 
font-family: Roboto, Arial, sans-serif;옛한글
 
 
}
 
}

2020년 12월 24일 (목) 15:37 판

/* 모바일 화면 밀림 현상 해결 명령어 */

.header-ads {
	height: 90px !important;
	overflow: auto hidden;
}