Skip to content

Commit

Permalink
msupply-foundation#4 Reduce padding for header text
Browse files Browse the repository at this point in the history
  • Loading branch information
raviSussol committed May 19, 2022
1 parent 6aeeaff commit 5320e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<style>
{% include "stocktake.css" %}
</style>
<div style="font-size: 14px; padding-top: 20px; text-align: center; width: 100%;">
<div style="font-size: 13px; padding-top: 15px; text-align: center; width: 100%;">
<span class="bold">
Stock take sheet: {{ data.stocktake.description }} Stock take number: {{ data.stocktake.stocktakeNumber }}
</span>
Expand Down

0 comments on commit 5320e84

Please sign in to comment.