Skip to content
Snippets Groups Projects
Commit 80cd6d1b authored by Matheus Agio Nerone's avatar Matheus Agio Nerone
Browse files

add line breaks

parent db0911c5
No related branches found
No related tags found
No related merge requests found
...@@ -55,12 +55,15 @@ ...@@ -55,12 +55,15 @@
</div> </div>
<div class="col-md-3 col-md-offset-1 hidden-xs hidden-sm"> <div class="col-md-3 col-md-offset-1 hidden-xs hidden-sm">
<div class="panel-wrapper"> <div class="panel-wrapper">
<div style="padding: 5px 30px 30px 30px; min-height: 400px"> <div style="padding: 30px; min-height: 400px">
<h2>Cadastre-se!</h2> <h2>Cadastre-se!</h2><br>
<h2>Vantagens de cadastrar:</h2> <h2>Vantagens de cadastrar:</h2><br>
<h2>Tem Muitas!</h2> <h2>Tem Muitas!</h2><br>
<h2>Tem Muitas!</h2><br>
<h2>Tem Muitas!</h2><br>
<h2>Tem Muitas!</h2><br>
</div> </div>
<div style="width: 100%; padding: 5px 30px 30px 30px;"> <div style="width: 100%; padding: 30px;">
<%= form_tag(new_user_registration_path, method: 'get') do %> <%= form_tag(new_user_registration_path, method: 'get') do %>
<%= text_field_tag :email, '', placeholder: "Seu email", class: 'form-control'%> <%= text_field_tag :email, '', placeholder: "Seu email", class: 'form-control'%>
<%= button_to "Cadastrar-se", new_user_registration_path,class: "btn btn-danger", style: 'margin-top: 10px; width: 230px; background-color: #FF2134;'%> <%= button_to "Cadastrar-se", new_user_registration_path,class: "btn btn-danger", style: 'margin-top: 10px; width: 230px; background-color: #FF2134;'%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment