updated jobs css

This commit is contained in:
Kristine Vilnite
2021-07-15 17:56:04 +00:00
parent d1b4d98a6d
commit 5cd67d0e08
3 changed files with 5 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ btn2: ''
link2: ''
---
ThreeFold is a global community with an aim to create an upgraded internet based on strong values and sustainability. We believe in “self-healing organizations” where teams organized in circles collaborate with each other similarily to how our own human body works.
**ThreeFold** is a global community with an aim to create an upgraded Internet based on strong values and sustainability. We believe in “self-healing organizations” where teams organized in circles collaborate with each other similarily to how our own human body works.
<br/>
<br/>

View File

@@ -12,7 +12,7 @@
<div>
<g-link
class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 my-2 rounded shadow rounded-full"
v-if="header.btn1"
v-if="header.btn1"
:to="header.link1"
>{{ header.btn1 }}</g-link
><g-link

View File

@@ -51,10 +51,10 @@
"
>
<div class="p-6">
<h2 class="text-lg leading-6 font-medium text-gray-900">
<h2 class="text-lg leading-6 font-medium font-extrabold text-gray-900">
{{ plan.title }}
</h2>
<p class="mb-8 text-gray-700 leading-relaxed">
<p class="mb-8 text-gray-600 leading-relaxed">
{{ plan.excerpt }}
</p>
<!-- <p class="mt-8">
@@ -68,25 +68,7 @@
<g-link
type="button"
:to="plan.link"
class="
mt-8
w-full
text-center
bg-gray-800
border border-gray-800
rounded-md
py-2
text-sm
leading-5
font-semibold
text-white
hover:bg-gray-700
focus:outline-none
focus:shadow-outline-gray
transition
duration-150
ease-in-out
"
class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-8 py-2 mr-2 my-0 rounded shadow rounded-full"
>
{{ plan.button }}
</g-link>