- Make .mediaContainer a flexbox

Mon, 17 Feb 2020 00:49:40 -0700

author
Glitchvid <Glitchvid@glitchvid.com>
date
Mon, 17 Feb 2020 00:49:40 -0700
changeset 10
a18ce529899b
parent 9
b5da02b8a437
child 11
7dfd6ac82d72

- 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;

mercurial