1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

center hcaptcha in connector and fix formatting on desktop (#2911)

This commit is contained in:
Jake Fink
2022-06-16 09:53:18 -04:00
committed by GitHub
parent bc639688e8
commit ba0e33881f
2 changed files with 3 additions and 1 deletions

View File

@@ -3,4 +3,6 @@ body {
padding: 0;
margin: 0;
background: transparent;
display: flex;
justify-content: center;
}