update logo with text layout
All checks were successful
/ build-and-deploy (push) Successful in 27s

This commit is contained in:
Steb 2026-05-15 15:26:33 +02:00
parent acc2415991
commit cdc86d37cf
3 changed files with 7 additions and 2 deletions

View file

@ -3,7 +3,8 @@ shadow = true
shadowOpacity = 0.8
content = "about.md"
zIndex = 20
padding = 40
padding = 54
textAlign = "justify"
[logo]
image = "/images/logos/SIWA_full.png"

View file

@ -6,6 +6,10 @@
min-width: 400px;
}
#{{ $id }}-centered-container > .text {
text-align: {{ $config.textAlign }};
}
@media (max-width: 1000px) {
#{{ $id }}-centered-container > img {
width: 100%;

View file

@ -14,5 +14,5 @@
{{- end }}
{{- with site.GetPage $config.content -}}
<div class="fs-l lh-m ta-c">{{ .Content }}</div>
<div class="text fs-l lh-m ta-c">{{ .Content }}</div>
{{- end }}