]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/terms.html.erb
Ensure the heading text appears above the illustration
[rails.git] / app / views / users / terms.html.erb
index f32cc17bd35137712bad7f2d988821a1b2d08ce8..05cf62e3e67038d2572a3d836c721d25bbb19aac 100644 (file)
@@ -2,10 +2,11 @@
   <%= javascript_include_tag "user" %>
 <% end %>
 
-<% content_for :heading_class, "header-illustration-heading" %>
+<% content_for :heading_class, "pb-0" %>
 <% content_for :heading do %>
-  <h1><%= t ".heading" %></h1>
-  <div class='header-illustration new-user-terms'></div>
+  <div class='header-illustration new-user-terms'>
+    <h1><%= t ".heading" %></h1>
+  </div>
 <% end %>
 
 <%= form_tag({ :action => "save" }) do %>