Files
old.xevion.github.io/_scss/partials/_other-projects.scss
Brittany Chiang b05b913105 v3
2017-10-10 22:15:49 -07:00

31 lines
608 B
SCSS

.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;
}
}
}
}
}