diff --git a/assets/scripts/records/SpfRecord.js b/assets/scripts/records/SpfRecord.js
index 332cc9d..6705997 100644
--- a/assets/scripts/records/SpfRecord.js
+++ b/assets/scripts/records/SpfRecord.js
@@ -21,7 +21,7 @@ export class SpfRecord {
new DomainMechanism("a")
.label("Domains")
- .desc("Select the IP address from these domains")
+ .desc("Select the IP address from these domains (or current domain if none specified)")
.value(ValueRequirement.OPTIONAL)
.multiple()
.pos(1),
diff --git a/assets/styles/main.css b/assets/styles/main.css
index 69ab909..2ff2666 100644
--- a/assets/styles/main.css
+++ b/assets/styles/main.css
@@ -24,6 +24,7 @@ body {
font-family: "Open Sans", sans-serif;
max-width: 800px;
margin: auto;
+ padding: 1rem;
}
h1, h2 {
diff --git a/dmarc-creator/index.html b/dmarc-creator/index.html
index d7be9c2..276703c 100644
--- a/dmarc-creator/index.html
+++ b/dmarc-creator/index.html
@@ -2,6 +2,7 @@
+
DMARC Record Creator - Generate DMARC DNS Records
@@ -33,7 +34,8 @@
More tools:
- DMARC Validator Tool
+ DMARC Validator Tool •
+ SPF Creator Tool
diff --git a/dmarc-validator/index.html b/dmarc-validator/index.html
index cf6d504..788ce92 100644
--- a/dmarc-validator/index.html
+++ b/dmarc-validator/index.html
@@ -2,6 +2,7 @@
+
DMARC Record Validator - Validate DMARC DNS Records
@@ -73,7 +74,8 @@
More tools:
- DMARC Creator Tool
+ DMARC Creator Tool •
+ SPF Validator Tool
diff --git a/spf-creator/index.html b/spf-creator/index.html
index 070d360..c0320e2 100644
--- a/spf-creator/index.html
+++ b/spf-creator/index.html
@@ -2,6 +2,7 @@
+
SPF Record Creator - Generate SPF DNS Records
@@ -50,7 +51,8 @@
More tools:
- SPF Validator Tool
+ SPF Validator Tool •
+ DMARC Creator Tool
diff --git a/spf-macro-guide/index.html b/spf-macro-guide/index.html
index 3c2248d..d342f82 100644
--- a/spf-macro-guide/index.html
+++ b/spf-macro-guide/index.html
@@ -2,6 +2,7 @@
+
SPF Macro Guide - Explanation of all SPF macros with examples
diff --git a/spf-validator/index.html b/spf-validator/index.html
index 893e360..8a23352 100644
--- a/spf-validator/index.html
+++ b/spf-validator/index.html
@@ -2,6 +2,7 @@
+
SPF Record Validator - Validate SPF DNS Records
@@ -64,7 +65,8 @@
More tools:
- SPF Creator Tool
+ SPF Creator Tool •
+ DMARC Validator Tool