Add some separators on portfolio pages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#app-root {
|
||||
background-color: $color-gray-lightest;
|
||||
background-color: $color-white;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
|
@@ -2,6 +2,13 @@
|
||||
@include media($large-screen) {
|
||||
@include grid-row;
|
||||
}
|
||||
|
||||
.line {
|
||||
box-sizing: border-box;
|
||||
height: 2px;
|
||||
width: 100%;
|
||||
border: 1px solid $color-gray-lightest;
|
||||
}
|
||||
}
|
||||
|
||||
.portfolio-breadcrumbs {
|
||||
|
Reference in New Issue
Block a user