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