Skip to content

Commit

Permalink
fix: first pass at intro fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinperaza committed Dec 13, 2022
1 parent 415f90b commit 7c41dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/shared/Intro.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.container {
display: flex;
height: 160px;
height: 100px;
place-content: space-between;
padding: 0px 0px 24px;
margin-bottom: 40px;
Expand All @@ -15,7 +15,7 @@

.img-container {
position: relative;
top: -100%;
top: -150px;
}

@media only screen and (max-width: 600px) {
Expand Down

1 comment on commit 7c41dae

@vercel
Copy link

@vercel vercel bot commented on 7c41dae Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.