틀:게임카드/css: 두 판 사이의 차이
< 틀:게임카드
(링크 디자인 수정) |
태그: 일괄 되돌리기 |
||
(사용자 2명의 중간 판 5개는 보이지 않습니다) | |||
21번째 줄: | 21번째 줄: | ||
.gamecard .theme { | .gamecard .theme { | ||
height: 8px; | height: 8px; | ||
} | |||
.gamecard .image-wrapper img{ | |||
width: 100%; | |||
max-height: 5em; | |||
object-fit: cover; | |||
} | } | ||
66번째 줄: | 72번째 줄: | ||
font-size: 0.8em; | font-size: 0.8em; | ||
margin-left: 8px; | margin-left: 8px; | ||
} | |||
.gamecard.설명감춤 .content>.description { | |||
display:none; | |||
} | } | ||
81번째 줄: | 91번째 줄: | ||
.gamecard .icon-wrapper .icon a{ | .gamecard .icon-wrapper .icon a{ | ||
color: inherit; | |||
text-decoration: none; | text-decoration: none; | ||
} | } |