This commit is contained in:
2026-02-02 19:02:52 -06:00
parent 6ca98dabd2
commit 3f696cdfc3
5 changed files with 94 additions and 30 deletions

View File

@@ -26,7 +26,7 @@
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 40px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 2px solid #333;
position: relative;
@@ -70,7 +70,7 @@
.bill-to-section {
display: flex;
justify-content: space-between;
margin: 30px 0 40px 0;
margin: 0px 0 20px 0;
}
.bill-to {
@@ -166,7 +166,7 @@
.items-table td.rate,
.items-table td.amount {
text-align: right;
width: 100px;
width: 70px;
}
.footer-row td {
@@ -220,11 +220,9 @@
<em>Providing IT Services and Support in South Texas Since 1996</em>
</div>
<div class="contact-info">
Phone:<br>
(361) 765-8400<br>
(361) 765-8401<br>
(361) 232-6578<br>
Email:<br>
accounting@bayarea-cc.com
</div>
</div>

View File

@@ -26,7 +26,7 @@
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 40px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 2px solid #333;
position: relative;
@@ -70,7 +70,7 @@
.bill-to-section {
display: flex;
justify-content: space-between;
margin: 30px 0 60px 0;
margin: 0px 0 20px 0;
}
.bill-to {
@@ -166,7 +166,7 @@
.items-table td.rate,
.items-table td.amount {
text-align: right;
width: 100px;
width: 70px;
}
.footer-row td {
@@ -220,11 +220,9 @@
<em>Providing IT Services and Support in South Texas Since 1996</em>
</div>
<div class="contact-info">
Phone:<br>
(361) 765-8400<br>
(361) 765-8401<br>
(361) 232-6578<br>
Email:<br>
support@bayarea-cc.com
</div>
</div>