update css1

This commit is contained in:
2022-06-21 16:00:10 +02:00
parent eccb868b5c
commit f665ac5f2b
11 changed files with 40 additions and 22 deletions

View File

@@ -17,7 +17,7 @@
uppercase
my-2
leading-none
font-bold font-heading
font-normal font-heading
">
A GLOBAL EDGE INFRASTRUCTURE

View File

@@ -10,7 +10,7 @@ Parameters:
-->
{% set columns = body | safe | markdown | split(pat="|||") %}
{% set row_class = "relative pt-12 p-4 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row"%}
{% set row_class = "relative pt-6 p-4 flex flex-col sm:grid sm:grid-cols-2 sm:gap-10 xl:flex xl:flex-row"%}
<!-- aligns columns depending on col number-->
{% if 2 < columns | length %}

View File

@@ -1,4 +1,4 @@
<div class="lg:my-32 flex flex-col mt-5 p-auto lg:px-40">
<div class="lg:my-32 flex flex-col mt-5 p-auto lg:px-20">
<h2 class="flex py-2 mx-auto uppercase font-normal lg:text-6xl">
THE TEAM
</h2>
@@ -501,8 +501,8 @@
/* #70dfc9, #ee7bf7 */
.box {
position: relative;
height: 150px;
width: 150px;
height: 130px;
width: 130px;
}
.box::before {
@@ -522,8 +522,8 @@
.box img {
filter: grayscale(100%);
height: 130px;
width: 130px;
height: 110px;
width: 110px;
}
.box img:hover {