update main branch #47
File diff suppressed because one or more lines are too long
|
@ -398,12 +398,25 @@ main {
|
||||||
aside {
|
aside {
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-content: center;
|
align-items: center;
|
||||||
h2 {
|
h2 {
|
||||||
margin: $global-margin;
|
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
|
//end hero
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue