Organised sass partials

This commit is contained in:
Oliver Davies 2016-03-10 18:25:49 +00:00
parent 04557d3670
commit c723c31161
11 changed files with 14 additions and 14 deletions

View file

@ -0,0 +1,28 @@
.project--skills {
ul {
list-style: none;
margin-left: 0;
padding-left: 0;
}
li {
display: inline-block;
margin-right: 5px;
}
img {
max-height: 30px;
}
}
.project--company__has-logo {
a:link,
a:hover {
border-bottom: 0;
display: block;
}
img {
max-height: 50px;
}
}