Skip to content
Snippets Groups Projects
Commit 23f68b32 authored by Josh Borrow's avatar Josh Borrow
Browse files

added a little bit of padding on the bottom of talks.html to enable users to see the whole abstract

parent 255282bb
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,11 @@ ...@@ -113,6 +113,11 @@
width: 25%; /* i.e. less than cards */ width: 25%; /* i.e. less than cards */
} }
.bottom-padder {
width: 100%;
height: 20em;
}
/* Breaking Styles */ /* Breaking Styles */
.break { .break {
......
...@@ -37,4 +37,7 @@ ...@@ -37,4 +37,7 @@
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
<div class="bottom-padder">
{# we need this to prevent overlapping #}
</div>
{% endblock %} {% endblock %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment