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; margin: 0px;
padding: 0px; padding: 0px;
margin-top: 50px; margin-top: 50px;
} }
.text-center { .text-center {
@ -36,7 +35,6 @@
left: 0px; left: 0px;
width: 100%; width: 100%;
margin-left: 0%; margin-left: 0%;
} }
.header-container { .header-container {
@ -52,12 +50,6 @@
padding-bottom: 20px; padding-bottom: 20px;
text-transform: capitalize; text-transform: capitalize;
color: #817AE3; color: #817AE3;
}
.header {
font-size: 20px;
color: rgba(0, 0, 0, 0.7);
} }
.content-wrapper { .content-wrapper {