From 9ed782813d361d99f368b10eef3b702567639ad3 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Sun, 26 Mar 2023 18:20:17 +1100 Subject: [PATCH] Fixed all .css files --- src/features/Pokedex/Pokemon/Pokemon.css | 4 ++-- src/index.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features/Pokedex/Pokemon/Pokemon.css b/src/features/Pokedex/Pokemon/Pokemon.css index e8d1a90..569030c 100644 --- a/src/features/Pokedex/Pokemon/Pokemon.css +++ b/src/features/Pokedex/Pokemon/Pokemon.css @@ -219,7 +219,7 @@ h3 { margin-top: 0; } -.MuiTooltip-tooltip{ +.MuiTooltip-tooltip { font-size: 15px; } @@ -248,4 +248,4 @@ h3 { .poke__type { margin-top: 20px; } -} \ No newline at end of file +} diff --git a/src/index.css b/src/index.css index 3faddd8..7951c82 100644 --- a/src/index.css +++ b/src/index.css @@ -43,4 +43,4 @@ code { flex-direction: column; align-items: center; justify-content: center; -} \ No newline at end of file +}