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 class="row">
<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 class="row">

View File

@ -10,7 +10,7 @@
</div>
<div class="row">
<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 class="row">

View File

@ -24,7 +24,7 @@
<%= form.label :project_value %><br />
<% ConsultationEmail::PROJECT_VALUES.each do |pv| %>
<%= 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 %>
</div>
<div class="form-group">

View File

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

View File

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