From 54139e715f9f742451de233a3edd1c623dda55a5 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 7 Nov 2020 16:13:34 -0500 Subject: [PATCH] revert --- painted/contact/contact.js | 1 + painted/contact/index.html | 2 +- painted/style.css | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 painted/contact/contact.js diff --git a/painted/contact/contact.js b/painted/contact/contact.js new file mode 100644 index 0000000..605da05 --- /dev/null +++ b/painted/contact/contact.js @@ -0,0 +1 @@ +document.getElementById("202736575195160").style.display = "none !important"; \ No newline at end of file diff --git a/painted/contact/index.html b/painted/contact/index.html index 884d4d2..b104ae2 100644 --- a/painted/contact/index.html +++ b/painted/contact/index.html @@ -48,7 +48,7 @@ - + diff --git a/painted/style.css b/painted/style.css index d8b1319..3d79839 100644 --- a/painted/style.css +++ b/painted/style.css @@ -43,4 +43,8 @@ footer{ #contact{ max-width: 80%; margin: auto; +} + +.formFooter{ + display:none !important; } \ No newline at end of file