forked from M3-Academy/desafio-react-e-typescript
feat(align): created spaces in breadcrumb, sidebar routes
This commit is contained in:
parent
af4d3dee3a
commit
08c5c7f98a
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user