Add portfolio styles

This commit is contained in:
Oliver Davies 2016-02-06 20:58:41 +00:00
parent 40967977d4
commit 7ee5418053
2 changed files with 12 additions and 0 deletions

11
styles/_portfolio.scss Normal file
View file

@ -0,0 +1,11 @@
.project--company__has-logo {
a:link,
a:hover {
border-bottom: 0;
display: block;
}
img {
max-height: 50px;
}
}

View file

@ -17,3 +17,4 @@
@import 'testimonials'; @import 'testimonials';
@import 'blog-list'; @import 'blog-list';
@import 'blog-post'; @import 'blog-post';
@import 'portfolio';