Skip to content

Commit d62ce6f

Browse files
committed
Hotfix: Fit button size to mobile screens.
Unfortunately, responsive buttons land in 0.9.4 so until django-simple-bulma has that we can settle for a slightly less eye-catching button.
1 parent 599dff2 commit d62ce6f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pydis_site/templates/events/pages/code-jams/_index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@
88
{% block title %}Code Jams{% endblock %}
99

1010
{% block event_content %}
11-
<div class="buttons are-large is-centered">
12-
<a href="9/_index" class="button is-primary">
13-
<span>Code Jam 2022 is Coming Up This July!</span>
14-
<span class="icon">
15-
<i class="fas fa-arrow-right"></i>
11+
<div class="block">
12+
<a href="9/_index" class="button is-primary mt-1">
13+
<span class="icon-text">
14+
<span>Code Jam 2022 is Coming This July!</span>
15+
<span class="icon">
16+
<i class="fas fa-arrow-right"></i>
17+
</span>
1618
</span>
1719
</a>
1820
</div>
21+
1922
<p>
2023
If you've been around the server for a while, or you just happened to join at the right time,
2124
you may have heard of something known as a Code Jam.

0 commit comments

Comments
 (0)