Skip to content

Commit

Permalink
'fixed'
Browse files Browse the repository at this point in the history
  • Loading branch information
kandyy9 committed Mar 5, 2024
1 parent c6e4fb8 commit ff56051
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ img{
margin-bottom: 8px;
}

.portfolio{
padding: 120px 0;
}

.portfolio .section-title{
margin-bottom: 72px;
}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3 class="section-item-title">Banking App</h3>
<p class="section-paragraph">App</p>
</div>
</li>
<li>
<li class="portfolio-card">
<img
class="portfolio-images"
src="./images/row1-2.jpg"
Expand All @@ -192,7 +192,7 @@ <h3 class="section-item-title">Meditation App</h3>
<p class="section-paragraph">App</p>
</div>
</li>
<li>
<li class="portfolio-card">
<img
class="portfolio-images"
src="./images/row2-1.jpg"
Expand Down

0 comments on commit ff56051

Please sign in to comment.