Commit ccf012f3 authored by Administrator's avatar Administrator 💬

Make friends with a Babel Fish.

parent 2e3cc5ff
/* Ensures the footer stays on the bottom of the page */
#page-wrapper {
min-height: calc(100vh - 3rem);
}
#footer {
height: 3rem;
......
#start a {
font-size: 5em;
padding: 0 0.5em;
}
\ No newline at end of file
<section id="footer" class="section bg-gray">
<section class="container {{ grid_size }}">
<p><a href="https://m3p2.org">M3P2</a> was <i class="fa fa-code"></i> with <i class="fa fa-heart-o pulse"></i> by <a href="https://www.ljbac.com" class="ljbac"><i class="fa fa-cube"></i></a> with <a href="http://getgrav.org">Grav</a>.</p>
<p><a href="https://m3p2.org">M3P2</a> was <i class="fa fa-code"></i> with <i class="fa fa-heart-o pulse"></i> by <a href="/authors" class="science"><i class="fa fa-flask"></i></a> and <a href="https://www.ljbac.com" class="ljbac"><i class="fa fa-cube"></i></a> with <a href="http://getgrav.org">Grav</a>.</p>
</section>
</section>
{% extends 'default.html.twig' %}
{% block stylesheets %}
{% do assets.addCss('theme://css/portal.css') %}
{{ parent() }}
{% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment