jobs page styling changes

This commit is contained in:
Hannah Cole 2015-12-01 16:00:52 -05:00
parent 1eadc19d5e
commit 97877b1fbd

View file

@ -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 {