From 91e30a9cd488060545412d1eb4d2c2b5bae6521f Mon Sep 17 00:00:00 2001 From: robee <robin.code22@gmail.com> Date: Sun, 30 Apr 2023 20:51:33 +0100 Subject: [PATCH] fix(index.html): id for privacy --- Validator Output.docx | 0 index.html | 4 ++-- styles.css | 2 +- ~$lidator Output.docx | Bin 0 -> 162 bytes 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 Validator Output.docx create mode 100644 ~$lidator Output.docx diff --git a/Validator Output.docx b/Validator Output.docx new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 3488737..a053148 100644 --- a/index.html +++ b/index.html @@ -141,8 +141,8 @@ </li> </ul> </fieldset> - <div id="privacy"> - <input type="radio" name="privacy" value="agreed" required> + <div class="privacy-section"> + <input type="radio" name="privacy" id="privacy" value="agreed" required> <label for="privacy">By submitting this form, you are agreeing to our <a href="assets/Privacy Policy.pdf" target="_blank" rel="noopener">Privacy Policy</a></label> </div> <button type="submit" class="btn--primary blue">Submit</button> diff --git a/styles.css b/styles.css index 6c023c8..cc1e57f 100644 --- a/styles.css +++ b/styles.css @@ -1015,7 +1015,7 @@ } /* Privacy Policy */ - #privacy { + .privacy-section { margin-block: 1rem; } diff --git a/~$lidator Output.docx b/~$lidator Output.docx new file mode 100644 index 0000000000000000000000000000000000000000..bce9ba0d26668b784109494bc294a59a6e878512 GIT binary patch literal 162 zcmd-I%1_G7Q}E8rOJ^V+a4`fi<TE5OWHRJ2C@^?~X>9tL(2VqcwSj4F^-ac?--TT| eBpDbE=&ol2@qhGPyz0onz|j7x^!=ZDR80W%t{Gnd literal 0 HcmV?d00001 -- GitLab