This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/styles/pages/_portfolio.sass

22 lines
338 B
Sass
Raw Normal View History

2016-03-10 21:30:15 +00:00
.project--skills
ul
2016-02-07 00:24:32 +00:00
list-style: none;
margin-left: 0;
padding-left: 0;
2016-03-10 21:30:15 +00:00
li
2016-02-07 00:24:32 +00:00
display: inline-block;
margin-right: 5px;
2016-03-10 21:30:15 +00:00
img
2016-02-07 00:24:32 +00:00
max-height: 30px;
2016-03-10 21:30:15 +00:00
.project--company__has-logo
2016-02-06 20:58:41 +00:00
a:link,
2016-03-10 21:30:15 +00:00
a:hover
2016-02-06 20:58:41 +00:00
border-bottom: 0;
display: block;
2016-03-10 21:30:15 +00:00
img
2016-02-06 20:58:41 +00:00
max-height: 50px;