Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 1d4670c

Browse files
committed
Hero の Aspect ratio おかしい
1 parent 7309ba2 commit 1d4670c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspaces/app/src/pages/TopPage/internal/HeroImage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import styled from 'styled-components';
33
import { IMAGE_SRC } from './ImageSrc';
44

55
const _Wrapper = styled.div`
6-
aspect-ratio: 16 / 9;
76
width: 100%;
87
`;
98

109
const _Image = styled.img`
1110
display: inline-block;
1211
width: 100%;
12+
aspect-ratio: 16 / 9;
1313
`;
1414

1515
export const HeroImage: React.FC = () => {

0 commit comments

Comments
 (0)