Skip to content

Commit

Permalink
Fixes spacing and centralisation of the article
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Aug 21, 2024
1 parent 9a7ee79 commit 856f456
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ nav.navigation img {
}

main {
width: 65vw;
width: 55vw;
max-width: 1000px;
flex: 1;
margin-right: 15%;
margin-left: 15%;
margin: 0 auto;
}

article {
line-height: 1.5em;
width: inherit;
line-height: 2.0em;
width: 100%;
/* flex: 1; */
}

Expand Down

0 comments on commit 856f456

Please sign in to comment.