feature/align #7

Merged
HenriqueSantosSantana merged 3 commits from feature/align into develop 2022-12-30 23:12:43 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 08c5c7f98a - Show all commits

View File

@ -19,6 +19,7 @@ main :global {
width: 100%;
padding: 0 16px;
margin-top: 29px;
margin-bottom: 81px;
@media screen and (min-width: 1025px) {
width: function.fluid(1080px, 1280px);

View File

@ -1,6 +1,7 @@
.sidebar {
width: 100%;
height: auto;
height: 100%;
margin-top: 40px;
@media screen and (min-width: 1025px) {
border-right: 1px solid var(--clr-common-black);