Skip to content

Commit c88a637

Browse files
authored
Fix video breakpoints (#36)
1 parent fe99223 commit c88a637

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/css/custom.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,12 @@
4444
/* Video Grid Styles */
4545
.video-grid {
4646
display: grid;
47-
grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
47+
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
4848
gap: 2rem;
4949
margin: 2rem 0;
50+
max-width: 1200px;
51+
margin-left: auto;
52+
margin-right: auto;
5053
}
5154

5255
.video-container {

0 commit comments

Comments
 (0)