update size and dots

This commit is contained in:
2021-10-04 19:07:12 +02:00
parent 9f87fa5a9d
commit 21edf892f3
7 changed files with 8 additions and 8 deletions

View File

@@ -7,4 +7,4 @@ btnTxt: Know More
image: p4p_new.png # src/assets/brandPanel/..
---
The ThreeFold Grid is formed by people connecting capacity to our network. These people are known as farmers. Together with a growing number of farmers, we have achieved a new internet which allows everyone to learn, partake and succeed
The ThreeFold Grid is formed by people connecting capacity to our network. These people are known as farmers. Together with a growing number of farmers, we have achieved a new internet which allows everyone to learn, partake and succeed.

View File

@@ -7,4 +7,4 @@ btnTxt: Know More
image: zero_os.jpg # src/assets/brandPanel/..
---
Zero-OS is an autonomous open-source operating system that supports the peer-to-peer cloud and the deployment of infinitely scalable digital workloads with unparalleled levels of security and privacy
Zero-OS is an autonomous open-source operating system that supports the peer-to-peer cloud and the deployment of infinitely scalable digital workloads with unparalleled levels of security and privacy.

View File

@@ -7,4 +7,4 @@ button: Become a Farmer
link: https://threefold.io/farming/farming
---
Help us expand the network even further by becoming a ThreeFold Farmer and earn ThreeFold Tokens (TFT), the currency of decentralized data
Help us expand the network even further by becoming a ThreeFold Farmer and earn ThreeFold Tokens (TFT), the currency of decentralized data.

View File

@@ -1,10 +1,10 @@
<template>
<div class="lg:my-20 flex flex-col mt-5 p-auto lg:px-40">
<div class="lg:my-32 flex flex-col mt-5 p-auto lg:px-40">
<h2 class="flex py-2 mx-auto uppercase font-bold lg:text-6xl">
{{ team.title }}
</h2>
<div
class="lg:max-w-6xl text-xl text-center mb-8 mx-auto leading-relaxed"
class="lg:max-w-4xl text-xl text-center mb-8 mx-auto leading-relaxed"
v-html="team.content"
></div>
<div class="flex overflow-x-scroll pb-10 scrollable">

View File

@@ -327,7 +327,7 @@
<div
v-else-if="id == 'home' && brandPanel3"
class="flex flex-wrap lg:text-left text-center lg:pt-16 lg:px-16"
class="flex flex-wrap lg:text-left text-center lg:py-20 lg:px-16"
>
<div class="lg:w-1/2 lg:px-20 order-1 lg:order-none lg:self-center">
<div class="text-center">

View File

@@ -318,7 +318,7 @@
</div>
<div
class="flex flex-wrap text-center lg:text-left lg:pt-10 -mx-2"
class="flex flex-wrap text-center lg:text-left lg:pt-10 lg:pb-10 -mx-2"
v-else-if="id == 'home'"
>
<div class="px-3 lg:mt-5 order-1 lg:order-none mx-auto text-center">

View File

@@ -1,5 +1,5 @@
<template>
<section class="py-10 pb-8 px-4 text-center">
<section class="lg:py-20 pb-8 px-4 text-center">
<div class="mx-auto mb-4" v-if="main">
<h2
class="lg:text-6xl uppercase leading-tight mb-0 font-light"