Use sass rather than scss
This commit is contained in:
parent
c723c31161
commit
583dab907b
13 changed files with 34 additions and 66 deletions
21
styles/pages/_portfolio.sass
Normal file
21
styles/pages/_portfolio.sass
Normal file
|
@ -0,0 +1,21 @@
|
|||
.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;
|
Loading…
Add table
Add a link
Reference in a new issue