reduce careers page spaces
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
id: positions
|
||||
title: ''
|
||||
button1: ''
|
||||
button2: ''
|
||||
title:
|
||||
button1:
|
||||
button2:
|
||||
---
|
||||
|
||||
<!-- <br/>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="bg-white">
|
||||
<div class="max-w-screen-xl mx-auto py-10 px-4 sm:px-6 lg:px-8">
|
||||
<div class="sm:flex sm:flex-col sm:align-center" v-if="main">
|
||||
<div class="sm:flex sm:flex-col sm:align-center" v-if="main.title">
|
||||
<h1 class="text-4xl mt-2 mb-6 leading-tight font-heading text-center">
|
||||
{{ main.title }}
|
||||
</h1>
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
/>
|
||||
|
||||
<CenteredAccordion
|
||||
v-if="$page.markdownPage.faqContent && id == 'faq'"
|
||||
v-if="$page.markdownPage.faqContent && $page.markdownPage.id == 'faq'"
|
||||
:main="$page.markdownPage.faqMain"
|
||||
:faqs="$page.markdownPage.faqContent"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user