This commit is contained in:
parent
acc2415991
commit
cdc86d37cf
3 changed files with 7 additions and 2 deletions
|
|
@ -3,7 +3,8 @@ shadow = true
|
||||||
shadowOpacity = 0.8
|
shadowOpacity = 0.8
|
||||||
content = "about.md"
|
content = "about.md"
|
||||||
zIndex = 20
|
zIndex = 20
|
||||||
padding = 40
|
padding = 54
|
||||||
|
textAlign = "justify"
|
||||||
|
|
||||||
[logo]
|
[logo]
|
||||||
image = "/images/logos/SIWA_full.png"
|
image = "/images/logos/SIWA_full.png"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,10 @@
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#{{ $id }}-centered-container > .text {
|
||||||
|
text-align: {{ $config.textAlign }};
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
#{{ $id }}-centered-container > img {
|
#{{ $id }}-centered-container > img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
|
|
@ -14,5 +14,5 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with site.GetPage $config.content -}}
|
{{- 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 }}
|
{{- end }}
|
||||||
Loading…
Add table
Reference in a new issue