mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
jobs page styling changes
This commit is contained in:
parent
1eadc19d5e
commit
97877b1fbd
1 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.top {
|
.top {
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: $ui-white;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
@ -16,8 +15,7 @@
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
margin: auto;
|
margin: 20px auto;
|
||||||
margin-bottom: 10px;
|
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -34,6 +32,7 @@
|
||||||
.leftcolumn {
|
.leftcolumn {
|
||||||
width: calc(66% - 20px);
|
width: calc(66% - 20px);
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.rightcolumn {
|
.rightcolumn {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -54,7 +53,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
background-color: $ui-white;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 200%;
|
line-height: 200%;
|
||||||
.thin-heading {
|
.thin-heading {
|
||||||
|
|
Loading…
Reference in a new issue