Skip to content

Commit f3cd89d

Browse files
Resolving display issues on large monitors (#4620)
1 parent 6f3e7d4 commit f3cd89d

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs-starlight/src/components/dv-Footer.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ import IconCloudnuke from '@assets/icon-cloudnuke.svg';
1010
import IconGitxargs from '@assets/icon-gitxargs.svg';
1111
---
1212
<footer class="flex flex-col bg-[#FAFAFA]">
13-
<!-- Subscribe to Newsletter Responsiveness-->
14-
<div class="bg-bg-dark flex flex-col md:flex-row items-center justify-between gap-4 px-6 xl:px-8 py-6">
13+
<div class="max-w-[1312px] mx-auto w-full">
14+
<!-- Subscribe to Newsletter Responsiveness-->
15+
<div class="bg-bg-dark flex flex-col md:flex-row items-center justify-between gap-4 px-6 xl:px-8 py-6">
1516
<p class="text-white w-full md:flex-1">
1617
Subscribe to the newsletter <span class="text-gray-1">to hear about the latest updates, features and innovations in Terragrunt</span>
1718
</p>
@@ -109,6 +110,7 @@ import IconGitxargs from '@assets/icon-gitxargs.svg';
109110
</p>
110111
</div>
111112
</div>
113+
</div>
112114
</footer>
113115

114116
<script src="https://js.hsforms.net/forms/v2.js"></script>

docs-starlight/src/components/dv-Testimonials.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import LogoBrand11 from '@assets/logo-brand-11.png';
2121
---
2222

2323
<section class="max-w-dvw justify-center items-center px-5 md:px-0 max-h-[80dvh] md:max-h-[90dvh] overflow-hidden relative">
24-
<div class="flex flex-col w-full md:w-[680px] lg:w-[900px]">
24+
<div class="flex flex-col w-full md:w-[680px] lg:w-[900px] mx-auto">
2525
<!-- Header Section -->
2626
<div class="flex flex-col gap-4 md:gap-8 pb-6 md:pb-[60px] md:pl-12 md:pr-8">
2727
<Eyebrow text="TESTIMONIALS" />

docs-starlight/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import Testimonials from '@components/dv-Testimonials.astro';
2828
<div class="absolute top-[149px] md:top-[83px] w-full">
2929
<Hero />
3030
<div class="overflow-hidden lg:px-8 xl:px-24 2xl:px-76">
31-
<div class="relative flex flex-col lg:border-l-1 lg:border-r-1 lg:border-gray-3">
31+
<div class="relative flex flex-col lg:border-l-1 lg:border-r-1 lg:border-gray-3 max-w-[1312px] mx-auto w-full">
3232
<div class="z-10">
3333
<FeaturedBrands />
3434
</div>

0 commit comments

Comments
 (0)