This commit is contained in:
MuslemRahimi 2024-07-28 21:16:44 +02:00
parent 7a227014db
commit 128ec7bb34
2 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ const optionCompanySpread = {
<section class="w-full max-w-screen overflow-hidden m-auto min-h-screen bg-[#09090B] pb-40">
<div class="flex flex-col w-full max-w-6xl 3xl:max-w-7xl m-auto justify-center items-center">
<div class="text-center mb-10 w-full px-4 sm:px-5 lg:px-0 mt-10">
<div class="text-center mb-10 w-full px-4 3xl:px-10 mt-10 3xl:ml-20">
<div class="flex flex-col items-start mb-10">
<div class="flex flex-row items-center mb-10">

View File

@ -18,7 +18,7 @@ module.exports = {
},
extend: {
screens:{
'3xl': '1600px',
'3xl': '1900px',
},
colors: {
border: "hsl(var(--border) / <alpha-value>)",