Skip to content

Commit af1cfe5

Browse files
committed
Replace end with flex-end for better browser support
1 parent aeb980a commit af1cfe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/Post/components/Footer/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
gap: 0.5rem;
1010
margin: 0;
1111
padding: 0;
12-
justify-content: end;
12+
justify-content: flex-end;
1313

1414
list-style-type: none;
1515
}

0 commit comments

Comments
 (0)