From c69fe74067e7d466791643282ef61234a77a2ba9 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 30 Oct 2020 21:12:15 +0100 Subject: [PATCH] move clear:both to collection_container --- css/projects.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/projects.css b/css/projects.css index cfbf850..d253339 100644 --- a/css/projects.css +++ b/css/projects.css @@ -120,7 +120,6 @@ header { @media only screen and (min-width: 1000px) { div#project_margin { margin-top: 250px; - clear: both; } video { margin-top: 230px; @@ -172,6 +171,7 @@ header { ================*/ div.collection_container { + clear: both; display: flex; flex-wrap: wrap; }