사용자:하늘/틀/박스/styles.css: 두 판 사이의 차이

잔글 (Cerulean님이 틀:사용자:Cerulean/메모장/6/styles.css 문서를 넘겨주기를 만들지 않고 사용자:Cerulean/메모장/6/styles.css 문서로 이동했습니다)
편집 요약 없음
1번째 줄: 1번째 줄:
@media screen and (max-width:543px) {
@media screen and (max-width:543px) {
.vertical_p {
.vertical_p {
width: 100%;
width: 100% !important;
}
}
}
}

2021년 5월 28일 (금) 12:58 판

@media screen and (max-width:543px) {
	.vertical_p {
		width: 100% !important;
	}
}