This commit is contained in:
Brittany Chiang
2017-10-10 22:15:49 -07:00
parent 73e71e1ba4
commit b05b913105
374 changed files with 52888 additions and 19170 deletions

View File

@@ -0,0 +1,30 @@
.other-projects {
.project {
max-width: 600px;
margin-bottom: 50px;
&__name {
margin-bottom: 10px;
}
p {
font-size: 0.9rem;
margin-bottom: 20px;
}
&__used {
&__item {
display: inline-block;
margin: 3px 3px 3px 0;
font-family: 'Inconsolata', monospace;
font-size: 0.75rem;
font-weight: 700;
padding: 2px 7px;
border-radius: 3px;
color: $blue;
border: 1px solid $blue;
background: transparent;
&:first-of-type {
margin-left: 0;
}
}
}
}
}