Skip to content

Commit

Permalink
css: Center figures in content divs
Browse files Browse the repository at this point in the history
  • Loading branch information
CounterPillow committed Mar 12, 2023
1 parent 710b5e5 commit 0fb0c60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plebian-website/static/plebian.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,10 @@ body {
opacity: 1.0;
}
}

#content figure {
clear: both;
text-align: center;
margin-left: auto;
margin-right: auto;
}

0 comments on commit 0fb0c60

Please sign in to comment.