fix image height

This commit is contained in:
AykutSarac 2022-02-03 21:13:42 +03:00
parent 5ae712a36a
commit 2ca64c9f86

View File

@ -3,6 +3,7 @@ import styled from 'styled-components';
const StyledImage = styled.img`
object-fit: contain;
height: auto;
@media only screen and (max-width: 768px) {
width: 100%;