diff --git a/css/pokemon_styles.css b/css/pokemon_styles.css index 066d822..dab9cfb 100644 --- a/css/pokemon_styles.css +++ b/css/pokemon_styles.css @@ -50,13 +50,14 @@ color: #000; .back-button { background-color: #ff0000; color: #ffffff; -padding: 8px 16px; +padding: 12px 24px; font-size: 16px; border: none; border-radius: 4px; cursor: pointer; margin-top: 16px; text-decoration: none; +white-space: nowrap; } .back-button:hover { background-color: #cc0000; diff --git a/main.ts b/main.ts index 6ef314e..530291a 100644 --- a/main.ts +++ b/main.ts @@ -25,7 +25,7 @@ function renderPokemonIndex(pokemons: Array): string { - Pokédex + PokeQuickDex @@ -33,7 +33,7 @@ function renderPokemonIndex(pokemons: Array): string { -

Pokédex

+

Poke Quick Dex