From e86361608691acd3c035133a8b397f293a57095f Mon Sep 17 00:00:00 2001 From: Rob Kelly Date: Sat, 20 Dec 2025 13:27:10 -0700 Subject: [PATCH] Re-styled carousel to better fit screens, display at top of page --- www/index.html | 221 ++++++++++++++++++++++++++++++------------------- www/style.css | 14 +++- 2 files changed, 147 insertions(+), 88 deletions(-) diff --git a/www/index.html b/www/index.html index f6c0b7e..010ca27 100644 --- a/www/index.html +++ b/www/index.html @@ -11,7 +11,7 @@ -
+ -
+
+
+

We are artists, designers, developers, and creators based in Albuquerque, New Mexico. @@ -54,90 +157,6 @@ We make games to tell the stories we want to tell.

-
@@ -153,4 +172,34 @@
+ diff --git a/www/style.css b/www/style.css index 0f95852..f108c17 100644 --- a/www/style.css +++ b/www/style.css @@ -58,8 +58,18 @@ a { font-size: 10px; } -#gameDemoCarousel { - max-width: 1153px; +.carousel-fit { + height:40vh; + width: 100vw; + display: flex; + justify-content: center; + align-items: center; + background-color: rgba(0, 0, 0, 0.5); +} + +.carousel-fit > * { + max-height: 40vh; + max-width: 100vw; } .carousel-caption {