develop #16

Merged
HenriqueSantosSantana merged 65 commits from develop into main 2023-01-09 18:59:51 +00:00
3 changed files with 9 additions and 1 deletions
Showing only changes of commit 4b789e7524 - Show all commits

View File

@ -23,7 +23,7 @@ main :global {
@media screen and (min-width: 1025px) {
width: function.fluid(1080px, 1280px);
margin: 29px auto 0;
margin: 29px auto 81px;
padding: 0;
}

View File

@ -62,9 +62,15 @@ textarea {
text-transform: uppercase;
color: var(--clr-gray-900);
@media screen and (min-width: 1025px) {
margin-bottom: 82px;
}
}
.title {
margin-bottom: 12px;
font-weight: 700;
font-size: var(--txt-xl);

View File

@ -4,6 +4,7 @@
margin-top: 40px;
@media screen and (min-width: 1025px) {
margin-top: 0;
border-right: 1px solid var(--clr-common-black);
}
@ -28,6 +29,7 @@
&.active {
background-color: var(--clr-common-black);
color: var(--clr-common-white);
font-weight: 700;
}
}
}