move clear:both to collection_container
This commit is contained in:
parent
b494eeb302
commit
c69fe74067
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue