summaryrefslogtreecommitdiff
path: root/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'header.php')
-rw-r--r--header.php13
1 files changed, 11 insertions, 2 deletions
diff --git a/header.php b/header.php
index 42925fa..5c40495 100644
--- a/header.php
+++ b/header.php
@@ -169,11 +169,20 @@
resize: none;
}
+ /* honeypot */
+ textarea#beehive {
+ display: none;
+ }
+
table {
width: 100%;
border-collapse: collapse;
}
+ table caption {
+ text-align: left;
+ }
+
table th {
text-align: right;
color: var(--darkteal);
@@ -280,7 +289,7 @@
<a href="/policies">Policies</a>
<a href="/#pricing">Pricing</a>
<a href="/#offerings">Offerings</a>
- <a href="/#"><img src="/assets/logo-simple.png" /></a>
+ <a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a>
</nav>
- <main>
+ <main> \ No newline at end of file