Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 330603c

Browse files
fix: align items
1 parent d201037 commit 330603c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎037-pokedex/style.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ h1 {
2222
.poke-container {
2323
display: flex;
2424
flex-wrap: wrap;
25-
align-items: space-between;
26-
justify-content: center;
25+
align-items: center;
26+
justify-content: space-evenly;
2727
margin: 0 auto;
2828
max-width: 1200px;
2929
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /