]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/_any_questions.html.erb
Merge remote-tracking branch 'upstream/pull/4810'
[rails.git] / app / views / site / _any_questions.html.erb
index 5098a1eee75790c98307037aefcbf1441c650599..3458999a6dc83902d6e75095251b780c263a4622 100644 (file)
@@ -1,6 +1,6 @@
-  <h2><%= t ".title" %></h2>
-  <div class='clearfix'>
-  <span class='sprite small term question float-start'></span>
+<h2><%= t ".title" %></h2>
+<div class='d-flex align-items-center gap-2'>
+  <span class='flex-shrink-0 align-self-start sprite question'></span>
   <p><%= t ".paragraph_1_html", :help_link => link_to(t(".get_help_here"), help_path),
                                 :welcome_mat_link => link_to(t(".welcome_mat"), t(".welcome_mat_url")) %></p>
-  </div>
+</div>