File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -426,12 +426,9 @@ ol li:last-child {
426426 "content"
427427 "footer" ;
428428
429- .text-content {
430- margin-block-start : 1rem ;
431- }
432-
433429 .breadcrumb-layout {
434430 align-items : center;
431+ display : flex;
435432 padding : var (--space-xs ) 0 ;
436433
437434 & ::after {
@@ -1264,11 +1261,6 @@ main {
12641261 }
12651262}
12661263
1267- /* Handles different flow-gap of list page */
1268- .list-page .text-content {
1269- grid-template-rows : calc (70px + var (--flow-gap )) max-content;
1270- }
1271-
12721264/* MARK: Qualtrics
12731265*/
12741266
@@ -1917,6 +1909,7 @@ a:hover {
19171909
19181910.list-header-container {
19191911 display : flex;
1912+ margin-top : var (--space-s );
19201913 gap : 1.5rem ;
19211914 align-items : center;
19221915 justify-content : start;
Original file line number Diff line number Diff line change 22
33< main class ="content " role ="main " data-testid ="content ">
44 < div data-cms-edit ="content " class ="text-content list-page ">
5- < div class ="breadcrumb-layout ">
5+ < div class ="breadcrumb-layout " data-grid =" wide " >
66 {{ if not .IsHome }}
77 {{ if not (in .Params.display_breadcrumb "false" ) }}
88 {{ partial "breadcrumb" .}}
You can’t perform that action at this time.
0 commit comments