aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/sass/application.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 4964ec85e..c01938147 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -342,11 +342,15 @@ ngx-loading-bar {
342 --horizontalMarginContent: #{$expanded-horizontal-margins / 2}; 342 --horizontalMarginContent: #{$expanded-horizontal-margins / 2};
343 } 343 }
344 344
345 --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)}; 345 --videosHorizontalMarginContent: 30px;
346 } 346 }
347} 347}
348 348
349@media screen and (max-width: #{breakpoint(lg)}) { 349@media screen and (max-width: #{breakpoint(lg)}) {
350 .main-col {
351 --videosHorizontalMarginContent: #{pvar(--horizontalMarginContent)};
352 }
353
350 /* the following applies from 500px to 900px and is partially overriden from 500px to 800px by changes below to $small-view */ 354 /* the following applies from 500px to 900px and is partially overriden from 500px to 800px by changes below to $small-view */
351 .main-col, 355 .main-col,
352 .main-col.expanded { 356 .main-col.expanded {