diff --git a/css/styles.css b/css/styles.css index 2b346a7..44496d8 100644 --- a/css/styles.css +++ b/css/styles.css @@ -26,7 +26,7 @@ header { .header-inner a { color: white; text-decoration: none; - margin-right: 15px; + margin-right: 15px; } .header-inner a.home { @@ -132,6 +132,7 @@ a.home { border-top-left-radius: 0px; border-top-right-radius: 0px; z-index: 5; + padding-top: 10px; } .hero-typeahead .typeahead-result { diff --git a/docs/methods/auth.signIn.md b/docs/methods/auth.signIn.md index 38895bc..e8bcdf9 100644 --- a/docs/methods/auth.signIn.md +++ b/docs/methods/auth.signIn.md @@ -1 +1 @@ -This method is used to authenticate an existing Telegram user. If the user needs to register an account, they should use [auth.signUp](#!/method/auth.signUp) to register their number with the system.Signs in a user with a validated phone number. \ No newline at end of file +This method is used to authenticate an existing Telegram user. If the user needs to register an account, they should use [auth.signUp](#!/method/auth.signUp) to register their number with the system. \ No newline at end of file diff --git a/index.html b/index.html index b4d6ca0..dfc5710 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@