Merge branch 'layout' into 'master'
Link to privacy policy and tweak layout See merge request bestuur/kers!7
This commit is contained in:
commit
d49df3debf
2 changed files with 27 additions and 0 deletions
|
@ -134,6 +134,20 @@ input[type=text] {
|
||||||
color: #66351d;
|
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,
|
select,
|
||||||
input,
|
input,
|
||||||
textarea,
|
textarea,
|
||||||
|
@ -170,3 +184,11 @@ input:focus,
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
transform: scale(1.02);
|
transform: scale(1.02);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
color: #777777;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
footer a {
|
||||||
|
color: #888888;
|
||||||
|
}
|
||||||
|
|
|
@ -53,5 +53,10 @@
|
||||||
<main class="align">
|
<main class="align">
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</main>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue