Skip to content

Commit

Permalink
Improve invoice 1 template css (crater-invoice-inc#872)
Browse files Browse the repository at this point in the history
There is no class "header" that's why I removed it. Also I fixed some whitespace issues
  • Loading branch information
NicoHood authored Apr 1, 2022
1 parent 9d1484d commit 157559c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions resources/views/app/pdf/invoice/invoice1.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
margin: 0px;
padding: 0px;
margin-top: 50px;
}
.text-center {
Expand All @@ -36,7 +35,6 @@
left: 0px;
width: 100%;
margin-left: 0%;
}
.header-container {
Expand All @@ -52,12 +50,6 @@
padding-bottom: 20px;
text-transform: capitalize;
color: #817AE3;
}
.header {
font-size: 20px;
color: rgba(0, 0, 0, 0.7);
}
.content-wrapper {
Expand Down

0 comments on commit 157559c

Please sign in to comment.