Skip to content

Commit

Permalink
Fix text space bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MjavadH committed Oct 20, 2023
1 parent 85a82ea commit 7d9b2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fantasy/UFO!/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ section .plain .chicken:not(.feed) {

.box_404 .Text_404 {
width: 100%;
justify-content: space-around;
justify-content: space-evenly;
}

.box_404 .UFO {
Expand Down

0 comments on commit 7d9b2b1

Please sign in to comment.