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
|
||||
content = "about.md"
|
||||
zIndex = 20
|
||||
padding = 40
|
||||
padding = 54
|
||||
textAlign = "justify"
|
||||
|
||||
[logo]
|
||||
image = "/images/logos/SIWA_full.png"
|
||||
|
|
|
|||
|
|
@ -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%;
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
Loading…
Add table
Reference in a new issue