Dark footer, added photos for offsite backup rack
This commit is contained in:
@@ -7,9 +7,9 @@ const rowPadding: number = data.columnPadding || 2;
|
||||
const paddingClasses: string = `px-${columnPadding} py-${rowPadding}`;
|
||||
---
|
||||
|
||||
<div class="relative overflow-x-auto">
|
||||
<table class="w-full text-sm text-left ">
|
||||
<thead class="text-xs border-b-4 border-caperren-green uppercase bg-black">
|
||||
<div class="relative max-w-full overflow-x-auto">
|
||||
<table class="w-full text-sm text-left">
|
||||
<thead class="text-xs border-b-3s border-caperren-green uppercase bg-black">
|
||||
<tr>
|
||||
{data.header.map(headingText => (
|
||||
<th scope="col" class={paddingClasses}>
|
||||
|
||||
Reference in New Issue
Block a user