Skip to content

Commit

Permalink
Correctly display the spacing between the main body and the signature
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Jul 11, 2024
1 parent e7307f7 commit 2b6cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/raw/signature_margins.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
body { margin-top: 1rem; margin-bottom: 1rem; } /* Only one selector in the whole file is supported. Here it's `body` */
body { margin-top: 0px; margin-bottom: 1rem; } /* Only one selector in the whole file is supported. Here it's `body` */

0 comments on commit 2b6cb76

Please sign in to comment.