Skip to content

Commit ff14350

Browse files
committed
21.04.2026 Update
1 parent 08dd321 commit ff14350

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

assets/scss/common/_global.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ body {
3434
padding-bottom: 3rem;
3535
}
3636

37+
article li {
38+
margin-bottom: $spacer;
39+
}
40+
3741
.content img {
3842
max-width: 100%;
3943
}

assets/scss/common/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $font-family-monospace: sfmono-regular, menlo, monaco, consolas, "Liberati
9494
$font-family-base: $font-family-sans-serif;
9595
// stylelint-enable value-keyword-case
9696

97-
$font-size-base: 1rem; // Assumes the browser default, typically `16px`
97+
$font-size-base: 1.2rem; // Assumes the browser default, typically `16px`
9898
$font-size-xl: $font-size-base * 1.375;
9999
$font-size-lg: $font-size-base * 1.25;
100100
$font-size-md: $font-size-base * 1.125;

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</div>
2626
{{ if eq .Site.Params.options.toTopButton true -}}
2727
<div class="fixed-bottom">
28-
<a id="toTop" href="#" class="btn btn-outline-primary rounded-circle p-2 position-absolute bottom-0 end-0 mb-4 mb-lg-5 me-4 me-lg-5"><span class="visually-hidden">Top</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up"><polyline points="18 15 12 9 6 15"></polyline></svg></a>
28+
<a id="toTop" href="#" class="btn btn-outline-primary p-2 position-absolute bottom-0 end-0 mb-4 mb-lg-5 me-4 me-lg-5"><span class="visually-hidden">Top</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up"><polyline points="18 15 12 9 6 15"></polyline></svg></a>
2929
</div>
3030
{{ end }}
3131
{{ partial "footer/script-footer.html" . }}

0 commit comments

Comments
 (0)