Skip to content

Commit

Permalink
1px border
Browse files Browse the repository at this point in the history
  • Loading branch information
gychu1 committed Sep 8, 2022
1 parent 0364be5 commit d952706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ body {

.squeakBox {
padding-bottom: 10px;
border-bottom: 8px solid var(--squeaker-background);
border-bottom: 1px solid var(--squeaker-background);
padding-right: 10px;
}

Expand Down Expand Up @@ -186,7 +186,7 @@ body {
.post {
display: flex;
align-items: flex-start;
border-bottom: 5px solid var(--squeaker-background);
border-bottom: 1px solid var(--squeaker-background);
padding-bottom: 10px;
}

Expand Down

0 comments on commit d952706

Please sign in to comment.