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%;
.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 {