feat(align): created spaces in breadcrumb, sidebar routes

This commit is contained in:
Henrique Santos Santana 2022-12-30 19:48:55 -03:00
parent af4d3dee3a
commit 08c5c7f98a
2 changed files with 3 additions and 1 deletions

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);