Skip to content

Commit 7425348

Browse files
committed
Content: Adjust horizontal spacing for readability
1 parent 03e8a65 commit 7425348

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

layouts/partials/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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 -}}

0 commit comments

Comments
 (0)