Skip to content

Commit

Permalink
style: update padding in techStack and projects pages, and modify con…
Browse files Browse the repository at this point in the history
…tact form layout
  • Loading branch information
12Gustavo21 committed Jan 12, 2024
1 parent 95f61a0 commit 72da776
Show file tree
Hide file tree
Showing 7 changed files with 530 additions and 333 deletions.
2 changes: 1 addition & 1 deletion src/assets/components/technologies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Cards({ tech }) {
src={technology.technologyImage}
alt={technology.name}
title={technology.name}
className="atropos-image"
loading="lazy"
/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/pages/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function Index() {
const { about } = data;

return (
<Layout backgroundHeader="#070c11" backgroundFooter="#070c11">
<Layout backgroundFooter="#070c11">
<S.Main background={about.background.url}>
<FireflyCanvas />
<S.ContentWrapper>
Expand Down
Loading

0 comments on commit 72da776

Please sign in to comment.