Skip to content

Commit

Permalink
Center all images in posts
Browse files Browse the repository at this point in the history
  • Loading branch information
benfwalla committed Apr 4, 2024
1 parent 4aa557e commit bde215f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ a {
color: #000000; /* Text color for selected text */
}

// Images in posts
#main img {
display: block;
margin: 0 auto;
}

// Font
@font-face {
font-family: 'FreightSansPro';
Expand Down

0 comments on commit bde215f

Please sign in to comment.