From 4f7695a1ed2accb202de4bddef40977e0fa73e18 Mon Sep 17 00:00:00 2001 From: Dylan Ravel Date: Tue, 10 Oct 2023 10:25:43 -0700 Subject: [PATCH] Fixed captcha centering on /report and nav links --- 404.html | 2 +- cookies.html | 2 +- index.html | 2 +- privacy-policy.html | 2 +- report.html | 6 ++++++ 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/404.html b/404.html index 0ed4e85..79c3d88 100644 --- a/404.html +++ b/404.html @@ -91,7 +91,7 @@ Close × ABOUT TEAM - GAMES + GAMES CONTACT NEWS REPORT A BUG diff --git a/cookies.html b/cookies.html index 32aab1c..183effa 100644 --- a/cookies.html +++ b/cookies.html @@ -58,7 +58,7 @@ Close × ABOUT TEAM - GAMES + GAMES CONTACT NEWS REPORT A BUG diff --git a/index.html b/index.html index fd6b10f..2d17e5e 100644 --- a/index.html +++ b/index.html @@ -383,7 +383,7 @@

Lane

Dylan

Lead Programmer and Developer

-

Dylan is a programmer and developer working for Sleepy Dog Studios. He has made many games including Untitled Mini Game!

+

Dylan is a programmer and developer working for Sleepy Dog Studios based in Orange, California. He has made many games and also works on software, web, and app development. Go to dylanravel.com/projects to see more.

diff --git a/privacy-policy.html b/privacy-policy.html index 22ceae3..7aad818 100644 --- a/privacy-policy.html +++ b/privacy-policy.html @@ -95,7 +95,7 @@ Close × ABOUT TEAM - GAMES + GAMES CONTACT NEWS REPORT A BUG diff --git a/report.html b/report.html index 5f34408..b24814a 100644 --- a/report.html +++ b/report.html @@ -99,6 +99,12 @@ height: 1px; } + .g-recaptcha { + display: flex; + justify-content: center; + margin-bottom: 10px; +} +