Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wbinw authored Oct 20, 2024
1 parent 073755f commit 8ef7888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -428,14 +428,14 @@ footer {
/* padding: 10px 0; */
box-sizing: border-box;
width: 90%;
height: 170px;
height: 200px;
border-bottom: none; /* Remove this to prevent it from hitting the image */
}

/* Image size is fixed to maintain alignment */
.pi-row img {
width: 150px;
height: 150px;
/* width: 150px;
height: 150px; */
border-radius: 5px;
margin-bottom: 0; /* Adds space between the image and the grey line */
}
Expand Down

0 comments on commit 8ef7888

Please sign in to comment.