Merge branch 'layout' into 'master'

Link to privacy policy and tweak layout

See merge request bestuur/kers!7
This commit is contained in:
j 2020-07-26 15:33:08 +02:00
commit d49df3debf
2 changed files with 27 additions and 0 deletions

View file

@ -134,6 +134,20 @@ input[type=text] {
color: #66351d;
}
main ul {
padding: 0;
}
main li {
list-style-type: none;
margin: 3em 0;
}
main li:first-child {
margin-top: 2em;
}
main li:last-child {
margin-bottom: 2em;
}
select,
input,
textarea,
@ -170,3 +184,11 @@ input:focus,
textarea:focus {
transform: scale(1.02);
}
footer {
color: #777777;
padding: 10px;
}
footer a {
color: #888888;
}

View file

@ -53,5 +53,10 @@
<main class="align">
{% block content %}{% endblock %}
</main>
<footer class="align">
<a href="https://zeus.gent/about/privacy/">Privacybeleid</a> |
<a href="https://git.zeus.gent/bestuur/kers">Broncode</a> |
Ontwikkeld door <a href="https://zeus.gent/">Zeus WPI</a>
</footer>
</body>
</html>