사용자:Hsl0/연구소/7: 두 판 사이의 차이
보이기
편집 요약 없음 |
편집 요약 없음 |
||
5번째 줄: | 5번째 줄: | ||
margin: 3px auto; | margin: 3px auto; | ||
padding: 5px; | padding: 5px; | ||
gap: 5px; | gap: 5px; | ||
display: grid; | display: grid; | ||
grid-template- | grid-template-columns: auto 1fr auto; | ||
grid-template-areas: | grid-template-areas: | ||
"ambox-title ambox-title ambox-title" | "ambox-title ambox-title ambox-title" | ||
30번째 줄: | 29번째 줄: | ||
} | } | ||
.ambox-detail { | .ambox-detail { | ||
width: | width: 100%; | ||
grid-area: ambox-detail; | grid-area: ambox-detail; | ||
} | } | ||
.ambox-image { | .ambox-image { | ||
min-width: 60px; | |||
place-self: center; | place-self: center; | ||
} | } |