]> git.openstreetmap.org Git - rails.git/commitdiff
Remove font size class from "Start mapping" container
authorAnton Khorev <tony29@yandex.ru>
Fri, 17 May 2024 23:49:21 +0000 (02:49 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 17 May 2024 23:59:47 +0000 (02:59 +0300)
It doesn't affect the button font, only the spacing around.

app/views/site/welcome.html.erb

index 9ec3e4fd0c25dfc406b96030d5a80dd092bac598..324d4659a3cdc38b55fca1d68f77ab267931eb3d 100644 (file)
 
 <%= 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'>