style updates

This commit is contained in:
Kyle Spearrin 2019-06-10 16:26:36 -04:00
parent 464fb2144b
commit 76078348d6

View file

@ -12,8 +12,8 @@
crossorigin="anonymous"> crossorigin="anonymous">
</head> </head>
<body style="text-align: center; padding: 20px; max-width: 800px; margin: 0 auto;"> <body style="text-align: center; padding: 20px; max-width: 600px; margin: 0 auto;">
<h1>Bitwarden on F-Droid</h1> <h1 style="font-size: 1.7rem;">Bitwarden on F-Droid</h1>
<p> <p>
<a href="https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C"> <a href="https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C">
<img src="./qr.png" alt="" width="300" height="300" /> <img src="./qr.png" alt="" width="300" height="300" />
@ -24,16 +24,16 @@
<img src="./btn.png" alt="" width="323" height="125" /> <img src="./btn.png" alt="" width="323" height="125" />
</a> </a>
</p> </p>
<h3>Instructions</h3> <h3 style="font-size: 1.25rem;">Instructions</h3>
<ol> <ol style="text-align: left; padding-left: 25px;">
<li>Install the <a href="https://f-droid.org" target="_blank">F-Droid</a> client app.</li> <li>Install the <a href="https://f-droid.org" target="_blank">F-Droid</a> client app.</li>
<li>Click the button or scan the QR code above.</li> <li>Click the button or scan the QR code above.</li>
<li>Add the Bitwarden repository to the F-Droid client app.</li> <li>Add the Bitwarden repository to the F-Droid client app.</li>
<li>Refresh your F-Droid client app Categories tab.</li> <li>Refresh your F-Droid client app Categories tab.</li>
<li>Install Bitwarden from the F-Droid client app listing.</li> <li>Install Bitwarden from the F-Droid client app listing.</li>
</ol> </ol>
<h3>Limitations</h3> <h3 style="font-size: 1.25rem;">Limitations</h3>
<p> <p style="text-align: left;">
Since the Bitwarden F-Droid build does not include Firebase Messaging, Since the Bitwarden F-Droid build does not include Firebase Messaging,
push notifications for live sync updates of your vault will not work. push notifications for live sync updates of your vault will not work.
Manual vault syncing will be required. Manual vault syncing will be required.