Added: info

This commit is contained in:
2025-12-09 22:11:29 +01:00
parent 8d367fa656
commit 776da9dc4b
142 changed files with 2040 additions and 56398 deletions

View File

@@ -37,25 +37,25 @@ h6 {
h1,
.h1 {
font-size: 40px;
font-size: 36px;
@include mobile {
font-size: 32px;
font-size: 30px;
}
}
h2,
.h2 {
font-size: 32px;
font-size: 30px;
@include mobile {
font-size: 28px;
font-size: 26px;
}
}
h3,
.h3 {
font-size: 28px;
font-size: 26px;
@include mobile {
font-size: 24px;
@@ -64,7 +64,7 @@ h3,
h4,
.h4 {
font-size: 24px;
font-size: 22px;
}
h5,

View File

@@ -64,14 +64,14 @@
</li>
</ul>
<!-- for mobile -->
<!-- for mobile
<div class="d-lg-none d-block">
{{ range site.Params.nav_button }}
<a href="{{ .link | absLangURL }}"
class="btn btn-sm {{if eq .style `outline`}}btn-outline-primary{{else}}btn-primary{{end}} ms-lg-4">{{ i18n .label }}</a>
{{ end }}
</div>
<!-- /for mobile -->
/for mobile -->
</div>
{{if not .IsHome }}
@@ -82,14 +82,14 @@
</form>
{{ end }}
<!-- for desktop -->
<!-- for desktop
<div class="d-lg-flex d-none">
{{ range site.Params.nav_button }}
<a href="{{ .link | absLangURL }}"
class="btn btn-sm {{if eq .style `outline`}}btn-outline-primary{{else}}btn-primary{{end}} ms-lg-4">{{ i18n .label }}</a>
{{ end }}
</div>
<!-- /for desktop -->
/for desktop -->
</nav>
</div>
</header>