Skip to content

Commit

Permalink
finalize facts section
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-vo committed Jun 2, 2024
1 parent 61beec9 commit 6676c7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@
align-items: center;
}

.facts-image,
.facts-image {
flex: 1;
}

.facts-content {
flex: 1;
}
Expand All @@ -106,16 +109,15 @@
}

.facts-image img {
max-width: 300px;
width: 300px;
}

.facts-title {
color: white;
font-size: 30px;
border-bottom: 4px solid red;
}

.facts li {
.facts-content li {
margin-bottom: 15px;
}
</style>
Expand Down

0 comments on commit 6676c7e

Please sign in to comment.