Skip to content

Commit

Permalink
Hero の Aspect ratio おかしい
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Mar 23, 2024
1 parent 7309ba2 commit 1d4670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/app/src/pages/TopPage/internal/HeroImage.tsx
Expand Up @@ -3,13 +3,13 @@ import styled from 'styled-components';
import { IMAGE_SRC } from './ImageSrc';

const _Wrapper = styled.div`
aspect-ratio: 16 / 9;
width: 100%;
`;

const _Image = styled.img`
display: inline-block;
width: 100%;
aspect-ratio: 16 / 9;
`;

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

0 comments on commit 1d4670c

Please sign in to comment.