Skip to content

Commit

Permalink
πŸ› Turned a div a flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ConOLeary committed May 14, 2021
1 parent f1f39cf commit ca73256
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ img.center {
width: 50%;
min-width: 500pt;
}
.spacer {
display: flex;
}
.spacer > div{
margin-top: 20px;
display: inline-block;
Expand Down

0 comments on commit ca73256

Please sign in to comment.