- Use CSS aspect-ratio (retain fallback for legacy browsers) - Round aspect ratios (fixes YouTube black border issue)
6 lines
197 B
SCSS
6 lines
197 B
SCSS
// ==========================================================================
|
|
// Layout
|
|
// ==========================================================================
|
|
|
|
$container-max-width: 1240px;
|