fix(mobile): increase font sizes and other mobile-centric improvements (#1907)

This commit is contained in:
Mo
2022-11-01 11:41:40 -05:00
committed by GitHub
parent f54b017f53
commit 994f824757
72 changed files with 543 additions and 283 deletions

View File

@@ -25,8 +25,8 @@ const NoAccountWarningContent = ({ accountMenuController, noAccountWarningContro
return (
<div className="mt-4 grid grid-cols-1 rounded-md border border-border p-4">
<h1 className="sk-h3 m-0 text-sm font-semibold">Data not backed up</h1>
<p className="col-start-1 col-end-3 m-0 mt-1 text-sm">
<h1 className="sk-h3 m-0 text-base font-semibold lg:text-sm">Data not backed up</h1>
<p className="col-start-1 col-end-3 m-0 mt-1 text-base lg:text-sm">
Sign in or register to sync your notes to your other devices with end-to-end encryption.
</p>
<Button