사용자:하늘/노트패드/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
15번째 줄: 15번째 줄:
margin-top: 0 !important;
margin-top: 0 !important;
}
}
.card h2  span:first-child {
.card h2  span:first-child, .card h2 .mw-editsection > span {
display: none;
display: none;
}
}

2021년 11월 19일 (금) 12:35 판

.card-container {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.card {
	background: transparent !important;
	width: 100%;
	max-width: 300px;
	display:inline-block;
	padding: 1em;
}
.card h2 {
	margin-top: 0 !important;
}
.card h2  span:first-child, .card h2 .mw-editsection > span {
	display: none;
}