reduce careers page spaces

This commit is contained in:
samaradel
2021-07-29 09:11:07 +00:00
parent d1e4c70a2a
commit 537dc3bee9
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
---
id: positions
title: ''
button1: ''
button2: ''
title:
button1:
button2:
---
<!-- <br/>

View File

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

View File

@@ -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"
/>