diff --git a/locales/en.yml b/locales/en.yml index e636db2..828e50f 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -111,7 +111,7 @@ data_deletion_success_title: "Data Successfully Deleted" data_deletion_success_body: "All your personal data has been successfully removed from our servers. Your session cookie has also been destroyed." # Camera demonstration page -cam_title: "Face Recognition" +cam_title: "Face recognition" cam_title2: "@ Ars Electronica Festival 2025" cam_subtitle: "Educational Demonstration of Omnipresent Surveillance Technology" cam_description: "Experience firsthand how facial recognition systems track and process your biometric data across interconnected environments." diff --git a/static/serve/style.css b/static/serve/style.css index 6651063..a09991f 100644 --- a/static/serve/style.css +++ b/static/serve/style.css @@ -19,6 +19,10 @@ --custom-box-shadow: #015886; } +body { + hyphens: auto; +} + /** Headline Styles */ h1 { font-family: 'Rubik Doodle Shadow', sans-serif;