From 365d15f349c6e360e29f76043275baa4a3e112e2 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 6 Dec 2020 21:24:03 -0300 Subject: [PATCH] search still not working. idea for contact form implemented --- themes/fiscleconsult/layouts/partials/footer.html | 10 ++++++---- themes/fiscleconsult/static/css/global.css | 6 ++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/themes/fiscleconsult/layouts/partials/footer.html b/themes/fiscleconsult/layouts/partials/footer.html index 696f75f..25aa1c4 100644 --- a/themes/fiscleconsult/layouts/partials/footer.html +++ b/themes/fiscleconsult/layouts/partials/footer.html @@ -1,3 +1,5 @@ + \ No newline at end of file diff --git a/themes/fiscleconsult/static/css/global.css b/themes/fiscleconsult/static/css/global.css index a2d7b7f..8fbd636 100644 --- a/themes/fiscleconsult/static/css/global.css +++ b/themes/fiscleconsult/static/css/global.css @@ -1,3 +1,9 @@ +/* tester */ +/* contact form */ +iframe.contact-form { + width: 100vw; + height: 50vh; +} /* contact info top */ div#contact-info {