diff --git a/_includes/client-form.html b/_includes/client-form.html index 55d6c1d..408613e 100644 --- a/_includes/client-form.html +++ b/_includes/client-form.html @@ -20,99 +20,13 @@

-
-
-
- -

- - - - -

-
-
- -

- - - - -

-
-
- -
-
- -

- - - - -

-
-
- -

- - - - -

-
-
- -
- -
- -
-
- -
-
- -
- -
-
-
- -
- -
-
-
- -
-
- -
- -
-
-
- -
- -
-
-
- - -
- -
- -
-
-
-
- -
-
-
+
+ +
diff --git a/_includes/contact.html b/_includes/contact.html index f587a9e..0ecd0c2 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -17,77 +17,15 @@

-
+

{{ site.data.contact.text }}

- - -
- -
- -
- - - - -
-
- -
- -
- - - - -
-
- -
- -
-
-
-

- - - - -

-
-

Coloque assim o número. Exemplo: 84-9923-1632

-
-
-
- - -
- -
-
- -
-
-
- -
- -
- -
-
-
-
- -
-
-
+
diff --git a/_sass/cda/_client.scss b/_sass/cda/_client.scss index 8f76a76..c13c037 100644 --- a/_sass/cda/_client.scss +++ b/_sass/cda/_client.scss @@ -3,3 +3,15 @@ background-size: cover; background-position: center; } + +#client_form{ + height: 70vh; + width: 40vw; +} + +@media (max-width: 768px) { + #client_form{ + height: 100vh; + width: 100vw; + } +} \ No newline at end of file diff --git a/_sass/cda/_contact.scss b/_sass/cda/_contact.scss index 2d93777..b1bc7da 100644 --- a/_sass/cda/_contact.scss +++ b/_sass/cda/_contact.scss @@ -16,3 +16,21 @@ width: 100%; height: 100%; } + +.container-iframe{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} +.contact-us-iframe{ + height: 45vh; + width: 40vw; +} + +@media (max-width: 768px) { + .contact-us-iframe{ + height: 70vh; + width: 100vw; + } +} \ No newline at end of file