Skip to content

Commit

Permalink
updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gychu1 committed Sep 7, 2022
1 parent a097805 commit b920a7b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
}

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

Expand Down Expand Up @@ -221,7 +221,10 @@ body {

.post__headerDescription {
margin-bottom: 10px;
font-size: 15px;
font-size: 30px;
font-family: Trebuchet MS;

;
}

.post__body {
Expand Down Expand Up @@ -269,3 +272,6 @@ body {
font-size: 18px;
font-weight: 800;
}

html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }

0 comments on commit b920a7b

Please sign in to comment.