diff --git a/content/personal/_index.md b/content/personal/_index.md index e545ae7..4f4b15c 100644 --- a/content/personal/_index.md +++ b/content/personal/_index.md @@ -4,3 +4,7 @@ template = "personnel.html" sort_by = "weight" page_template = "page.html" +++ + +# Personál + +Na každém z našich táborů je mnoho lidí, kteří se starají o program, jídlo, bezpečí a celkově hladký průběh tábora. Každý má své povinnosti a starosti, věří, že jeho funkce je ta nejdůležitější apodle toho k ní přistupuje. Pokusíme se Vám tedy přiblížit, kdo a co u nás na táboře dělá. diff --git a/sass/_personnel.scss b/sass/_personnel.scss index 8cc1d28..fa18776 100644 --- a/sass/_personnel.scss +++ b/sass/_personnel.scss @@ -4,7 +4,7 @@ display: flex; justify-content: center; gap: 1em; - margin-bottom: 5em; + margin-bottom: 4em; .button { padding: .5em 1.5em; @@ -40,11 +40,12 @@ } .name { + font-size: 1.1em; font-weight: bold; } &.hidden { - opacity: .25; + opacity: .1; } } } diff --git a/sass/style.scss b/sass/style.scss index ec8cc04..06f94ea 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -40,6 +40,14 @@ body { margin-right: auto; } +.narrow { + max-width: 40em; +} + +.centering { + text-align: center; +} + nav { display: flex; align-items: center; @@ -160,6 +168,18 @@ header { section { padding: 3em 1em; + + h1 { + font-size: 2em; + margin: .5em 0 1em 0; + + &::before { + display: block; + content: "\ea81"; + font-family: remixicon; + color: $col-red-light; + } + } } footer { diff --git a/templates/personnel.html b/templates/personnel.html index 9e4c354..a943edc 100644 --- a/templates/personnel.html +++ b/templates/personnel.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} -
+
{{ section.content | safe }}