993
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 336: | Linha 336: | ||
.linkWithIcon__imageContainer { | .linkWithIcon__imageContainer { | ||
height: | height: 10rem; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
padding: 1rem; | padding: 1rem; | ||
display: flex; | |||
align-items:center; | |||
} | } | ||
.linkWithIcon__imageContainer img { | .linkWithIcon__imageContainer img { | ||
width: 100%; | |||
height: auto; | |||
max-height: 10rem; | |||
} | } | ||