File tree Expand file tree Collapse file tree
web/themes/custom/hoeringsportal/assets/css/module Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313// SCSS Variables & Mixins
1414// =============================================================================
1515
16- // Layout variables
17- $timeline-max-width : 900 px ;
16+ // Layout variables - using Bootstrap container widths for consistency
17+ $timeline-max-width : map-get ( $container-max-widths , lg ); // 960px
1818$timeline-card-gap : $spacer * 2 ; // 32px
1919$timeline-line-width : 2px ;
2020$timeline-dot-size : 12px ;
@@ -182,7 +182,7 @@ $timeline-accents: (
182182 font-size : $font-size-base ;
183183 line-height : $line-height-base ;
184184 color : var (--text-secondary );
185- max-width : 600 px ;
185+ max-width : map-get ( $container-max-widths , sm ); // 540px - text container
186186}
187187
188188// =============================================================================
@@ -914,7 +914,7 @@ $carousel-padding-horizontal: ($spacer * 2.25); // 36px
914914// Legend
915915// =============================================================================
916916.project-timeline-legend {
917- max-width : 500 px ;
917+ max-width : map-get ( $container-max-widths , sm ); // 540px - text container
918918 margin : $timeline-card-gap auto 0 ;
919919 padding : ($spacer * 1.25 ) $timeline-card-padding ;
920920 background : var (--card-bg );
You can’t perform that action at this time.
0 commit comments