mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix image height
This commit is contained in:
parent
5ae712a36a
commit
2ca64c9f86
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user