Add page intro text styles
This commit is contained in:
parent
e3cb58af8c
commit
6f26f85b20
@ -4,3 +4,7 @@ template = "personnel.html"
|
|||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
page_template = "page.html"
|
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á.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
margin-bottom: 5em;
|
margin-bottom: 4em;
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding: .5em 1.5em;
|
padding: .5em 1.5em;
|
||||||
@ -40,11 +40,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
font-size: 1.1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
opacity: .25;
|
opacity: .1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -40,6 +40,14 @@ body {
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.narrow {
|
||||||
|
max-width: 40em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.centering {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -160,6 +168,18 @@ header {
|
|||||||
|
|
||||||
section {
|
section {
|
||||||
padding: 3em 1em;
|
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 {
|
footer {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section class="wrap">
|
<section class="wrap narrow centering">
|
||||||
{{ section.content | safe }}
|
{{ section.content | safe }}
|
||||||
</section>
|
</section>
|
||||||
<section class="wrap personnel">
|
<section class="wrap personnel">
|
||||||
|
Loading…
Reference in New Issue
Block a user