pdf margin fix

This commit is contained in:
Adrian Hinz 2022-05-04 20:40:19 +02:00
parent 7b5b2e36e1
commit 3dab91086b
5 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<h4><b>WIELKOŚĆ PRZEDSIĘBIORSTWA</b></h4> <h4><b>WIELKOŚĆ PRZEDSIĘBIORSTWA KTÓRE MOŻE SIĘ UBIEGAĆ O DOFINANSOWANIE</b></h4>
</div> </div>
</div> </div>
<div class="row"> <div class="row">

View File

@ -10,7 +10,7 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<h3><b>WIELKOŚĆ PRZEDSIĘBIORSTWA</b></h3> <h3><b>WIELKOŚĆ PRZEDSIĘBIORSTWA KTÓRE MOŻE SIĘ UBIEGAĆ O DOFINANSOWANIE</b></h3>
</div> </div>
</div> </div>
<div class="row"> <div class="row">

View File

@ -24,7 +24,7 @@
<%= form.label :project_value %><br /> <%= form.label :project_value %><br />
<% ConsultationEmail::PROJECT_VALUES.each do |pv| %> <% ConsultationEmail::PROJECT_VALUES.each do |pv| %>
<%= radio_button_tag 'consultation_email[project_value]', pv[0] %> <%= radio_button_tag 'consultation_email[project_value]', pv[0] %>
<%= label 'consultation_email[project_value]', pv[1] %> <%= label 'consultation_email[project_value]', pv[1] %><br />
<% end %> <% end %>
</div> </div>
<div class="form-group"> <div class="form-group">

View File

@ -10,7 +10,6 @@
<p style='page-break-after:always;'> <p style='page-break-after:always;'>
<h3 class="text-right" style="font-size: 1.9rem;"><strong><%= dotation.name %></strong></h3> <h3 class="text-right" style="font-size: 1.9rem;"><strong><%= dotation.name %></strong></h3>
<%= render '/home/show', dotation: dotation, company_sizes: company_sizes %> <%= render '/home/show', dotation: dotation, company_sizes: company_sizes %>
</div>
</p> </p>
<% end %> <% end %>
</div> </div>

View File

@ -10,7 +10,7 @@
<div id="content"> <div id="content">
<%= yield %> <%= yield %>
</div> </div>
<div style='page-break-before:always;'> <div style='margin-left:60px; margin-right:60px; page-break-before:always;'>
<%= render 'shared/disclaimer' %> <%= render 'shared/disclaimer' %>
</div> </div>
</body> </body>