From 5a7edb8d727e550ca3059622f6070ed80ec53a9f Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Thu, 7 May 2020 17:39:51 +0200 Subject: [PATCH] Text changes, font size alterations --- locales/US_en.json | 6 +++--- public/main.css | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/locales/US_en.json b/locales/US_en.json index 4a3a985..a183caf 100644 --- a/locales/US_en.json +++ b/locales/US_en.json @@ -32,7 +32,7 @@ "QAs": [ { "question": "What is Pretendo?", - "answer": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the Wii U and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite Wii U and 3DS games to their fullest capacity" + "answer": "Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the Wii U and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite Wii U and 3DS games to their fullest capacity." }, { "question": "Will my existing NNIDs work on Pretendo?", @@ -48,7 +48,7 @@ }, { "question": "Does Pretendo work on Cemu/emulators?", - "answer": "Pretendo is designed for the Wii U and 3DS hardware at heart; at this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it should still be possible to use Pretendo with Cemu
See the Cemu page for more details" + "answer": "Pretendo is designed for the Wii U and 3DS hardware at heart; at this time the only emulator for these consoles with real online capability is Cemu. Cemu does not officially support custom servers, but it should still be possible to use Pretendo with Cemu
See the Cemu page for more details." }, { "question": "If I am account/console banned on Nintendo Network, will I stay banned when using Pretendo?", @@ -56,7 +56,7 @@ }, { "question": "Will Pretendo support the Wii/Switch?", - "answer": "The Wii already has custom servers provided by Wiimmfi. We currently do not wish to target the Switch as it is both paid and completely different to Nintendo Network.." + "answer": "The Wii already has custom servers provided by Wiimmfi. We currently do not wish to target the Switch as it is both paid and completely different to Nintendo Network." }, { "question": "Will I need hacks to connect?", diff --git a/public/main.css b/public/main.css index 13e7b66..df48db6 100644 --- a/public/main.css +++ b/public/main.css @@ -64,7 +64,7 @@ header nav a { width: 500px; height: 500px; position: relative; - top: 50%; + top: 60%; left: 50%; transform: translate(calc(-50% - 35px), -50%); border-radius: 50%; @@ -108,14 +108,14 @@ header nav a { margin: 0; } .hero .subtitle { - font-size: 3.125rem; + font-size: 2.1rem; font-weight: 300; } .hero .title { - font-size: 5rem; + font-size: 4rem; } .hero .text { - font-size: 1.375rem; + font-size: 1.275rem; color: var(--text-secondary); width: 90%; line-height: 1.8;