feat(examples/tuono-tutorial): improve styles of PokemonView component (#628)

Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com>
This commit is contained in:
Nicolas Gasco
2025-03-08 09:59:31 +01:00
committed by GitHub
parent 9b6f8098b6
commit 9db6f02701
@@ -2,6 +2,10 @@
display: flex;
justify-content: space-between;
margin-top: 20px;
border-radius: 18px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
padding: 16px 32px;
background: white;
}
.name {
@@ -10,13 +14,17 @@
}
.pokemon img {
width: 400px;
width: 250px;
}
.spec {
display: flex;
font-size: 18px;
margin-top: 10px;
> dt {
margin-right: 6px;
}
}
.label {