feat(institucional):formulário mobile e desktop responsivo

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2023-01-10 21:40:21 -03:00
parent 11e53e6bd0
commit 391cbfb1be

View File

@ -15,7 +15,7 @@
}
.main_wrapper{
width: 100%;
padding: 30px 100px 70px;
padding: 30px 100px 66px;
&_breadcrumb{
display: flex;
align-items: center;
@ -73,8 +73,8 @@
background: $-white;
display: flex;
flex-direction: column;
width: 48.42%;
min-width: 344px;
width: 40.291%;
min-width: 302px;
button{
width: 100%;
height: 39px;
@ -96,7 +96,6 @@
}
&-section{
width: 100%;
min-width: 748px;
#Sobre,
#contact{
width: 100%;
@ -105,6 +104,7 @@
display: flex;
flex-direction: column;
gap :12px;
width: 100%;
.contactTitlte{
font-family: 'Roboto',sans-serif;
font-style: normal;
@ -127,7 +127,7 @@
color: $-black-100E;
}
input{
width: 748px;
width: 100%;
height: 46px;
border: 1px solid $-black-100E;
border-radius: 25px;