Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Dec 11, 2024
1 parent 216ae3b commit 51b4f17
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export default async function AboutPage() {
style={{
maxWidth: '100%',
height: 'auto',
maxWidth: '100%',
height: 'auto',
}}
/>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/components/Intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export default function Intro() {
style={{
maxWidth: '100%',
height: 'auto',
maxWidth: '100%',
height: 'auto',
}}
/>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/components/MDXComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ const MDXComponents = {
borderRadius: rounded ? 10 : undefined,
maxWidth: '100%',
height: 'auto',
maxWidth: '100%',
height: 'auto',
}}
/>
);
Expand Down
2 changes: 0 additions & 2 deletions src/components/ProjectItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ export default function ProjectItem({ project }: Props) {
maxWidth: '100%',
height: 'auto',
objectFit: 'cover',
maxWidth: '100%',
height: 'auto',
}}
/>
</Box>
Expand Down
2 changes: 0 additions & 2 deletions src/components/WorkItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export default function WorkItem({ work }: Props) {
maxWidth: '100%',
height: 'auto',
objectFit: 'cover',
maxWidth: '100%',
height: 'auto',
}}
/>
</Box>
Expand Down

0 comments on commit 51b4f17

Please sign in to comment.