Skip to content

Commit fc4b809

Browse files
committed
Fixes xl button text wrapping
xl button text was not wrapping on small screens making the site look weird on phones when the text was too long
1 parent 62f33d5 commit fc4b809

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_includes/css/agency.css

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ fieldset[disabled] .btn-primary.active {
168168
padding: 20px 40px;
169169
font-size: 18px;
170170
font-weight: 700;
171+
white-space: normal
171172
}
172173

173174
.btn-sm {

_includes/data/prize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="section-heading">Bitcoin Research Prize</h2>
1616
<br>
1717
<div class="row">
1818
<div class="col-lg-12 text-center">
19-
<a href={{ site.url }}{{ site.baseurl }}/prize class="page-scroll btn btn-xl" target="_blank">Nomination criteria & submissions</a>
19+
<a class="btn btn-xl" href={{ site.url }}{{ site.baseurl }}/prize class="page-scroll btn btn-xl" target="_blank">Nomination criteria & submissions</a>
2020
</div>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)