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

33 lines
532 B
SCSS

.experience {
.jobs {
margin-bottom: 100px;
}
.job {
margin-bottom: 25px;
.time-place {
display: flex;
justify-content: space-between;
@include mobile {
display: block;
}
}
&__company {
font-weight: 700;
}
&__time {
font-size: 0.9rem;
font-family: 'Inconsolata', monospace;
@include mobile {
font-size: 0.8rem;
}
}
}
.arrow-link {
font-size: 1.25rem;
&:after {
width: 20px;
height: 20px;
}
}
}