mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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%;
|
||||
.top {
|
||||
display: flex;
|
||||
background-color: $ui-white;
|
||||
width: 100%;
|
||||
font-size: 200%;
|
||||
flex-wrap: nowrap;
|
||||
|
@ -16,8 +15,7 @@
|
|||
width: 70%;
|
||||
}
|
||||
p {
|
||||
margin: auto;
|
||||
margin-bottom: 10px;
|
||||
margin: 20px auto;
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
|
@ -34,6 +32,7 @@
|
|||
.leftcolumn {
|
||||
width: calc(66% - 20px);
|
||||
line-height: 150%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.rightcolumn {
|
||||
display: flex;
|
||||
|
@ -54,7 +53,6 @@
|
|||
}
|
||||
|
||||
.bottom {
|
||||
background-color: $ui-white;
|
||||
width: 100%;
|
||||
line-height: 200%;
|
||||
.thin-heading {
|
||||
|
|
Loading…
Reference in a new issue