diff --git a/www/contact.html b/www/contact.html index d9c5cba..535e1cd 100644 --- a/www/contact.html +++ b/www/contact.html @@ -78,5 +78,17 @@ + + diff --git a/www/index.html b/www/index.html index 5e6e735..56aac05 100644 --- a/www/index.html +++ b/www/index.html @@ -116,5 +116,17 @@ + + diff --git a/www/people.html b/www/people.html index 5ba900d..7d45151 100644 --- a/www/people.html +++ b/www/people.html @@ -82,5 +82,17 @@ + + diff --git a/www/style.css b/www/style.css index 8b7ca33..87df3a0 100644 --- a/www/style.css +++ b/www/style.css @@ -27,6 +27,13 @@ a { text-decoration: none; } +.text-small { + font-size: 12px; +} +.text-xsmall { + font-size: 10px; +} + #gameDemoCarousel { max-width: 1153px; }