From f33691aab52fcdf3b3926397b1978b90d9beedc0 Mon Sep 17 00:00:00 2001 From: Joel Brigida Date: Wed, 12 Jun 2024 22:24:40 -0400 Subject: [PATCH] BUGFIX: BG image not fullscreen when viewport <768px. --- README.md | 2 +- assets/css/responsive.css | 2 +- assets/css/style.css | 1 + index.html | 1 - 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14df75b..5a504fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dark Ridge, LLC Tech Site. -This is a website for my business (A personal project not hosted by GH Pages). +This is a client website hosted by Ionos Deploy-Now (in Progress). ## Status: diff --git a/assets/css/responsive.css b/assets/css/responsive.css index bb17f71..4062cb0 100644 --- a/assets/css/responsive.css +++ b/assets/css/responsive.css @@ -545,7 +545,7 @@ margin-top: 45px; } .coming-soon-area { - height: 100%; + height: 100vh; /* BUGFIX: Was `height: `100%` */ padding-top: 170px; padding-bottom: 170px; } diff --git a/assets/css/style.css b/assets/css/style.css index 3901df4..faa9341 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -7279,6 +7279,7 @@ Contact CSS /*================================================ Coming Soon CSS =================================================*/ + .coming-soon-area { position: relative; z-index: 1; diff --git a/index.html b/index.html index 79bcec8..23d740e 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,6 @@

Our Technical Reps are Setting Up the New Shop!


  • Copyright ©  Dark Ridge, LLC
  • -