mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 01:15:33 -06:00
33 lines
532 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|