9 lines
112 B
SCSS
9 lines
112 B
SCSS
|
/*
|
||
|
Homepage specific styles
|
||
|
*/
|
||
|
|
||
|
.portfolio-box {
|
||
|
min-height: 300px;
|
||
|
background-color: $brand-grey-dark;
|
||
|
}
|