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 {
426
426
"content"
427
427
"footer" ;
428
428
429
- .text-content {
430
- margin-block-start : 1rem ;
431
- }
432
-
433
429
.breadcrumb-layout {
434
430
align-items : center;
431
+ display : flex;
435
432
padding : var (--space-xs ) 0 ;
436
433
437
434
& ::after {
@@ -1264,11 +1261,6 @@ main {
1264
1261
}
1265
1262
}
1266
1263
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
-
1272
1264
/* MARK: Qualtrics
1273
1265
*/
1274
1266
@@ -1911,6 +1903,7 @@ a:hover {
1911
1903
1912
1904
.list-header-container {
1913
1905
display : flex;
1906
+ margin-top : var (--space-s );
1914
1907
gap : 1.5rem ;
1915
1908
align-items : center;
1916
1909
justify-content : start;
Original file line number Diff line number Diff line change 2
2
3
3
< main class ="content " role ="main " data-testid ="content ">
4
4
< div data-cms-edit ="content " class ="text-content list-page ">
5
- < div class ="breadcrumb-layout ">
5
+ < div class ="breadcrumb-layout " data-grid =" wide " >
6
6
{{ if not .IsHome }}
7
7
{{ if not (in .Params.display_breadcrumb "false" ) }}
8
8
{{ partial "breadcrumb" .}}
You can’t perform that action at this time.
0 commit comments