mod styles on hero aside for collection-single

This commit is contained in:
jorge 2021-07-28 14:57:07 +02:00
parent 43326144af
commit bb99a4653f
2 changed files with 16 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -195,7 +195,7 @@ main {
article {
@include card-container();
@include xy-cell();
width: 100%;
width: 100%;
padding: 0;
margin: 0;
@include breakpoint(small){
@ -398,12 +398,25 @@ main {
aside {
background-color: $white;
flex-direction: column;
align-content: center;
align-items: center;
h2 {
margin: $global-margin;
}
}
}
&.collections-all {
}
&.collection-single {
aside {
nav {
width: 100vw;
border-top: $global-border-archive;
border-bottom: $global-border-archive;
margin: 0;
}
}
}
}
//end hero