틀:소설/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
20번째 줄: 20번째 줄:
display: none;
display: none;
}
}
}
dl {
margin: .2em 0!important;
}
dd {
margin: .2em 0!important;
}
}

2024년 3월 29일 (금) 21:57 판

@media screen and (max-width: 768px) {
	.novel-window {
		width: 100%;
	}
	.moblile-x-btn-margin {
		display: inline-block;
		float: right;
		width: 2.5em;
		height: 1em;
	}
}
@media screen and (min-width: 768px) {
	.novel-window {
		max-width: 700px;
		top: -50%;
		right: 50%;
		transform: translate(50%, 50%);
	}
	.moblile-x-btn-margin {
		display: none;
	}
}
dl {
	margin: .2em 0!important;
}
dd {
	margin: .2em 0!important;
}