Skip to content

Commit

Permalink
Merge pull request #38 from Twitter-Clone-Group/gychu
Browse files Browse the repository at this point in the history
1px border
  • Loading branch information
gychu1 authored Sep 8, 2022
2 parents 8de0d5a + d952706 commit b5e9b7b
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 b5e9b7b

Please sign in to comment.