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

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

2021년 11월 19일 (금) 13:01 판

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

.card {
	background: transparent !important;
	width: 100%;
	/*max-width: 300px;*/
	display:inline-block;
	padding: 1em;
	border-color: currentColor;
}
.card h2 {
	margin-top: 0 !important;
}
.card h2  span .mw-headline-number, .card h2 .mw-editsection > span {
	display: none;
}
.card h1 {
	display: none;
}