# HG changeset patch # User Glitchvid # Date 1581925780 25200 # Node ID a18ce529899bb68d7b56ed349511aaea0d3574a0 # Parent b5da02b8a4374698b38ac01f1aae89bef0e3bc7e - Make .mediaContainer a flexbox diff -r b5da02b8a437 -r a18ce529899b site/style.css --- 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;