Skip to content

Commit

Permalink
fixed spacing on smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
BraedenCu committed Dec 28, 2023
1 parent a7a4d27 commit ce04bb1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ a.hero-circle {
position: relative;
align-items: center;
}

.resume{
width: 150px;
}
Expand Down Expand Up @@ -665,14 +666,20 @@ a.hero-circle {
}

/* hero */
.main .hero {
padding: 7vh 0;
.hero {
padding: 1vh 0;
width: 90% !important;
height: auto !important;
flex-direction: column;
justify-content: center;
}

.intro p {
max-width: 80%;
font-size: 18 px;
color: #94a3b8;
}

.content {
align-items: center;
width: 90% !important;
Expand Down

0 comments on commit ce04bb1

Please sign in to comment.