Skip to content

Commit

Permalink
FIx: #155 add w-full to footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Aug 26, 2021
1 parent 431b1e8 commit 39c412a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/footer.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.footer{
@apply grid grid-flow-row place-items-start;
@apply grid grid-flow-row place-items-start w-full;
&>*{
@apply grid grid-flow-row place-items-start;
}
Expand Down

0 comments on commit 39c412a

Please sign in to comment.