Skip to content

Commit

Permalink
fix: image style
Browse files Browse the repository at this point in the history
  • Loading branch information
taga3s committed Jul 23, 2024
1 parent 6f6b281 commit b9ff20e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/components/profile/ProfileMain.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ const Content_MyImg = css`
width: 100px;
height: 100px;
border-radius: 12px;
@media screen and (min-width:600px) {
width: 140px;
height: 140px;
}
`;

const Content_Name = css`
Expand Down
1 change: 0 additions & 1 deletion src/components/profile/ProfilePhotos.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { css } from "hono/css";
const Photo_Container = css`
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 16px;
margin-top: 16px;
`;
Expand Down

0 comments on commit b9ff20e

Please sign in to comment.