File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ ol li:last-child {
442442 }
443443 }
444444 .content {
445- padding : 0 var (--space-l ) 2rem ;
445+ padding : 0 var (--space-2xl ) 2rem ;
446446 }
447447
448448 .header__logo-small {
@@ -1857,6 +1857,7 @@ a:hover {
18571857 display : flex;
18581858 flex-direction : row;
18591859 gap : 1rem ;
1860+ word-break : break-word;
18601861 align-items : flex-start;
18611862 color : oklch (var (--color-brand ));
18621863
Original file line number Diff line number Diff line change 1010 {{- if isset . "md" -}}
1111 <!-- Show markdown if "md" is provided -->
1212 {{- $bannerPage := readFile .md -}}
13- < div class ="banner{{ if .type }} banner-{{ .type }}{{ end }} " data-grid =" first-two-thirds " >
13+ < div class ="banner{{ if .type }} banner-{{ .type }}{{ end }} ">
1414 {{ $bannerPage | markdownify }}
1515 </ div >
1616 {{- else -}}
You can’t perform that action at this time.
0 commit comments