Skip to content

Commit 6002bde

Browse files
Update style.css
1 parent 13d7469 commit 6002bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -2470,13 +2470,13 @@ button:active {
24702470

24712471
.tile {
24722472
background-color: inherit;
2473-
display: inline-block;
2473+
display: inline-flex;
24742474
position: static;
24752475
align-items: center;
24762476
justify-content: center;
24772477
aspect-ratio: 1/1;
24782478
grid-template-columns: repeat(3, 1fr);
2479-
grid-template-rows: repeat(2, 1fr);
2479+
grid-template-rows: repeat(3, 1fr);
24802480
flex: 1;
24812481
margin: auto;
24822482
}

0 commit comments

Comments
 (0)