workspace -> portfolio everywhere
This commit is contained in:
31
styles/components/_portfolio_layout.scss
Normal file
31
styles/components/_portfolio_layout.scss
Normal file
@@ -0,0 +1,31 @@
|
||||
.portfolio-panel-container {
|
||||
@include media($large-screen) {
|
||||
@include grid-row;
|
||||
}
|
||||
}
|
||||
|
||||
.portfolio-navigation {
|
||||
@include panel-margin;
|
||||
margin-bottom: $gap * 4;
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
li {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@include media($medium-screen) {
|
||||
margin-bottom: $gap * 5;
|
||||
}
|
||||
|
||||
@include media($large-screen) {
|
||||
width: 20rem;
|
||||
margin-right: $gap * 2;
|
||||
|
||||
ul {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user