fr
/
web
forked from kittv/web
1
0
Fork 0
search
Emil Miler 3 years ago
parent 2d9e58f491
commit 6abe106a7b

@ -15,5 +15,16 @@ main {
} }
footer { footer {
margin-top:auto; margin-top: auto;
padding: 3em;
text-align: center;
color: #ECEFF4;
background-color: #2E3440;
border-top: 5px solid;
border-image: linear-gradient(to right, #BF616A 20%, #D08770 20%, #D08770 40%, #EBCB8B 40%, #EBCB8B 60%, #A3BE8C 60%, #A3BE8C 80%, #B48EAD 80%) 5;
p:nth-child(2) {
margin-top: .5rem;
font-weight: bold;
}
} }

@ -17,6 +17,8 @@
{% block content %}{% endblock content %} {% block content %}{% endblock content %}
</main> </main>
<footer> <footer>
<p>Magdalény Rettigové 4, 116 39, Praha 1</p>
<p>Praha UK PedF KITTV, {{ now() | date(format="%Y") }}</p>
</footer> </footer>
</body> </body>
</html> </html>

Loading…
Cancel
Save