diff --git a/src/views/jobs/jobs.scss b/src/views/jobs/jobs.scss index 202c6a51b..e90520788 100644 --- a/src/views/jobs/jobs.scss +++ b/src/views/jobs/jobs.scss @@ -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 {