File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
themes/bigspring-light/layouts/_default Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1172,4 +1172,10 @@ $accent: #FF4081;
11721172 top : 80px ;
11731173 z-index : 1000 ;
11741174 }
1175+ }
1176+
1177+ @media (min-width : 1500px ) {
1178+ .container-xl {
1179+ max-width : 1430px ;
1180+ }
11751181}
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ <h2 class="mb-4" style="color: #005aa7;">{{ .Title }}</h2>
2828{{ else }}
2929{{ partial "page-header.html" . }}
3030< section class ="section ">
31- < div class ="container ">
31+ < div class ="container container-xl ">
3232 < div class ="row ">
3333 {{ if .Params.quick_navigation.links }}
34- < div class ="col-lg-4 col-12 mx-auto ">
34+ < div class ="col-lg-3 col-12 mx-auto ">
3535 < div class ="content quicklinks-mobile-sticky-top ">
3636 < div class ="container-fluid mt-5 p-0 ">
3737 < h3 > {{.Params.quick_navigation.title}}</ h3 >
@@ -59,7 +59,7 @@ <h3>{{.Params.quick_navigation.title}}</h3>
5959 </ div >
6060 </ div >
6161 </ div >
62- < div class ="col-lg-8 col-12 mx-auto ">
62+ < div class ="col-lg-9 col-12 mx-auto ">
6363 < div class ="content "> {{ .Content }}</ div >
6464 </ div >
6565 {{ else }}
You can’t perform that action at this time.
0 commit comments