Skip to content

Commit

Permalink
Merge pull request #1093 from stakovicz/892-youtube-embed
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou authored Nov 9, 2021
2 parents 5c07d28 + 215ea3b commit c99383d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions htdocs/css/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,9 @@ div.container:after {
padding-right: 4px;
}
}

@media (max-width: 991px) {
.col-md-6 {
width: 100%;
}
}

0 comments on commit c99383d

Please sign in to comment.