From 2bd4840ba591ef5cec9ee55bb36db1b25e9a01c3 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 18 Jan 2019 20:38:10 +0300 Subject: [PATCH] Fix styles --- client/src/__locales/en.json | 6 +++--- client/src/install/Setup/Setup.css | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 2a9d73eb..e82d7ad5 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -180,9 +180,9 @@ "install_submit_title": "Congratulations!", "install_submit_desc": "The setup procedure is finished and you are ready to start using AdGuard Home.", "install_decices_router": "Router", - "install_decices_router_desc": "This setup will automatically cover all the devices connected to your home routerm and you will not need to configure each of them manually.", - "install_decices_router_list_1": "Open the preferences for your router. Usually, you can access it from your browser via a URL (like http://192.168.0.1/ or http://192.168.1.1/). You may be asked to enter the password. If you don t remember it, you can ofter reset the password by pressing a button on the router itself. Some routers require a specific application, which in that case should be already installed on your computer/phone.", - "install_decices_router_list_2": " Find the DHCP/DNS settings. Look for the DNS letters next to a field which allows two or three sets of numbers, each broken into four groups of one to three digits.", + "install_decices_router_desc": "This setup will automatically cover all the devices connected to your home router and you will not need to configure each of them manually.", + "install_decices_router_list_1": "Open the preferences for your router. Usually, you can access it from your browser via a URL (like http://192.168.0.1/ or http://192.168.1.1/). You may be asked to enter the password. If you don't remember it, you can often reset the password by pressing a button on the router itself. Some routers require a specific application, which in that case should be already installed on your computer/phone.", + "install_decices_router_list_2": "Find the DHCP/DNS settings. Look for the DNS letters next to a field which allows two or three sets of numbers, each broken into four groups of one to three digits.", "install_decices_router_list_3": "Enter your AdGuard Home server addresses there.", "get_started": "Get Started", "next": "Next", diff --git a/client/src/install/Setup/Setup.css b/client/src/install/Setup/Setup.css index 963458af..b0926986 100644 --- a/client/src/install/Setup/Setup.css +++ b/client/src/install/Setup/Setup.css @@ -1,9 +1,14 @@ .setup { min-height: calc(100vh - 80px); - padding: 50px 0; line-height: 1.48; } +@media screen and (min-width: 768px) { + .setup { + padding: 50px 0; + } +} + .setup__container { max-width: 650px; margin: 0 auto;