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.

-
+ 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 {