Skip to content

Commit

Permalink
Styling fixes for related jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihacet committed Dec 26, 2020
1 parent d4c9c49 commit 6e078ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4414,6 +4414,10 @@ span.temporary {
/* Job List Alternative
------------------------------------- */

.related-jobs {
margin: 40px 0;
}

.listings-container {
margin: 15px 0 15px 0;
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/pages/JobDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ export default {
</div>
</div>
</div>
<div class="sixteen columns" v-if="relatedPosts.length">
<h3 class="margin-bottom-25">
<div class="sixteen columns related-jobs" v-if="relatedPosts.length">
<h3>
Benzer ilanlar
</h3>
<job-listing :posts="relatedPosts" />
Expand Down

0 comments on commit 6e078ba

Please sign in to comment.