move clear:both to collection_container

This commit is contained in:
bsod 2020-10-30 21:12:15 +01:00
parent b494eeb302
commit c69fe74067

View file

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