Improve invoice 1 template css (#872)

There is no class "header" that's why I removed it. Also I fixed some whitespace issues
This commit is contained in:
NicoHood
2022-04-01 10:20:27 +02:00
committed by GitHub
parent 9d1484d62d
commit 157559cc05

View File

@ -15,7 +15,6 @@
margin: 0px;
padding: 0px;
margin-top: 50px;
}
.text-center {
@ -36,7 +35,6 @@
left: 0px;
width: 100%;
margin-left: 0%;
}
.header-container {
@ -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 {