fix(UI): Add margin to download backup card (#13050)

This commit is contained in:
Ernesto Ruiz 2021-05-02 22:33:35 -06:00 committed by GitHub
parent faaf6ce8d4
commit b02e79966a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
.download-backup-card {
display: block;
text-decoration: none;
margin-bottom: var(--margin-lg);
}
.download-backup-card:hover {