update brandpanel bg-color

This commit is contained in:
2021-03-29 11:08:47 +02:00
parent 497af8614c
commit 244d9cfb19
2 changed files with 2 additions and 5 deletions

View File

@@ -87,9 +87,6 @@ ul {
height: 30px; height: 30px;
} }
.brandpanel {
background-color: #C2AEEC;
}
.text-3xl { .text-3xl {
font-size: 2.50rem font-size: 2.50rem

View File

@@ -1,8 +1,8 @@
<template> <template>
<div class="bg-white"> <div class="">
<div class="max-w-screen-xl mx-auto py-16"> <div class="max-w-screen-xl mx-auto py-16">
<div <div
class="brandpanel rounded-lg shadow-xl overflow-hidden lg:grid lg:grid-cols-2 lg:gap-4" class="brandpanel bg-gray-900 rounded-lg shadow-xl overflow-hidden lg:grid lg:grid-cols-2 lg:gap-4"
> >
<div <div
class="pt-10 pb-12 px-6 sm:pt-16 sm:px-16 lg:py-16 lg:pr-0 xl:py-20 xl:px-15" class="pt-10 pb-12 px-6 sm:pt-16 sm:px-16 lg:py-16 lg:pr-0 xl:py-20 xl:px-15"