mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-12 00:31:11 -05:00
42 lines
662 B
SCSS
42 lines
662 B
SCSS
@import "../../colors";
|
|
|
|
.jobs {
|
|
.top {
|
|
img {
|
|
margin-bottom: 10px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.middle {
|
|
margin: 20px 0;
|
|
background-color: $ui-gray;
|
|
padding: 40px 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.bottom {
|
|
width: 100%;
|
|
line-height: 200%;
|
|
|
|
.thin-heading {
|
|
padding: 20px 0;
|
|
}
|
|
|
|
p {
|
|
margin: auto;
|
|
width: 70%;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 0;
|
|
list-style: none;
|
|
|
|
li {
|
|
span {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|