틀:정보상자/styles.css: 두 판 사이의 차이

식물 vs 좀비 위키
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
편집 요약 없음
태그: 모바일 편집 모바일 웹 편집
57번째 줄: 57번째 줄:
justify-content: center;
justify-content: center;
width: 100%;
width: 100%;
height: 240px;
margin-top: 0.7rem;
margin-top: 0.7rem;
padding: 0.7rem;
padding: 0.7rem;
66번째 줄: 67번째 줄:
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center;
background-position: center;
background-size: 100% auto;
background-size: 100% 100%;
overflow: visible;
overflow: visible;
}
}
75번째 줄: 76번째 줄:
max-width: 100%;
max-width: 100%;
height: auto;
height: auto;
max-height: 190px;
max-height: 215px;
margin: 0 auto;
margin: 0 auto;
object-fit: contain;
object-fit: contain;
202번째 줄: 203번째 줄:
.infobox__image {
.infobox__image {
width: 100%;
width: 100%;
height: 230px;
margin-top: 0.62rem;
margin-top: 0.62rem;
padding: 0.7rem;
padding: 0.7rem;
background-size: 100% auto;
background-size: 100% 100%;
}
}


.infobox__image img {
.infobox__image img {
max-height: 190px;
max-height: 205px;
}
}


238번째 줄: 240번째 줄:
.infobox__image {
.infobox__image {
width: 100%;
width: 100%;
height: 220px;
padding: 0.7rem;
padding: 0.7rem;
background-size: 100% auto;
background-size: 100% 100%;
}
}


.infobox__image img {
.infobox__image img {
max-height: 180px;
max-height: 195px;
}
}