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