Remove font size class from "Start mapping" container

It doesn't affect the button font, only the spacing around.
This commit is contained in:
Anton Khorev 2024-05-18 02:49:21 +03:00
parent e34f1ebfaf
commit 3296e168e9

View file

@ -57,14 +57,12 @@
<%= render "any_questions" %>
<div class='text-center'>
<p class="display-5">
<div class='text-center mb-3'>
<% if params[:oauth_return_url] %>
<a class="btn btn-primary" href="<%= params[:oauth_return_url] %>"><%= t ".continue_authorization" %></a>
<% else %>
<a class="button btn btn-primary start-mapping" href="<%= edit_path %>"><%= t ".start_mapping" %></a>
<% end %>
</p>
</div>
<div class='alert alert-primary'>