Mon, 17 Feb 2020 00:49:40 -0700
- Make .mediaContainer a flexbox
site/style.css | file | annotate | diff | comparison | revisions |
--- a/site/style.css Thu Jan 16 01:11:36 2020 -0700 +++ b/site/style.css Mon Feb 17 00:49:40 2020 -0700 @@ -163,6 +163,10 @@ /* Media Styles */ div.mediaContainer { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; margin-left: auto; margin-right: auto; width: max-content;