diff --git a/www/contact.html b/www/contact.html index 1074fcb..f583aa5 100644 --- a/www/contact.html +++ b/www/contact.html @@ -11,7 +11,7 @@ -
+
-
+
@@ -77,18 +77,18 @@
+
- - diff --git a/www/index.html b/www/index.html index 2a3c777..4a8f4c0 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. @@ -115,18 +115,18 @@

+
- - diff --git a/www/people.html b/www/people.html index 64c3ea7..2843060 100644 --- a/www/people.html +++ b/www/people.html @@ -11,7 +11,7 @@ -
+
-
+
@@ -81,18 +81,18 @@
+
- - diff --git a/www/style.css b/www/style.css index 2e3e183..0f95852 100644 --- a/www/style.css +++ b/www/style.css @@ -39,12 +39,18 @@ body:before { body { font-family: "NunitoSans"; + overflow: hidden; } a { text-decoration: none; } +.dvh-100 { + height: 100vh; /* Compatibility fallback */ + height: 100dvh; /* Dynamic viewport height */ +} + .text-small { font-size: 12px; }