Skip to content

Commit

Permalink
Merge pull request #165 from FACapplicants/after-merge
Browse files Browse the repository at this point in the history
After merge
  • Loading branch information
jackcasstlesjones authored Jul 26, 2024
2 parents 18f8abd + 0a15d9a commit aa0e047
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
1 change: 1 addition & 0 deletions users/jackcasstlesjones/new-personal-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ <h1 class="hero-header">
<div class="squiggles-container">
<img
id="squiggle-one"
git
class="squiggle-one"
src="assets/squiggles/squiggle-one.svg"
alt=""
Expand Down
21 changes: 21 additions & 0 deletions users/jackcasstlesjones/new-personal-website/media-queries.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,27 @@
}

.about-card {
margin-bottom: 50px;
width: 100%;
}

.project-card {
flex-direction: column;
}

.project-heading {
font-size: 42px;
text-align: center;
margin-bottom: 72px;
}

.project-info p {
font-size: 14px;
}
}
@media screen and (max-width: 450px) {
.hero-text-container {
width: 70%;
width: 80%;
}
}
Expand Down
5 changes: 1 addition & 4 deletions users/jackcasstlesjones/new-personal-website/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,15 +526,12 @@ nav {
margin-bottom: 40px;
}

.project-info {
/* width: 500px; */
}

.project-technologies {
font-family: "cormorant", sans-serif;
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
margin-bottom: 24px;
}

.project-paragraph {
Expand Down

0 comments on commit aa0e047

Please sign in to comment.