download button: adapt for hidpi & margin downsize

This commit is contained in:
Pavlo Rudy 2023-07-14 12:39:56 +03:00 committed by GitHub
parent a30b2b78ab
commit ed028c57f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -427,14 +427,12 @@ button {
.link-button {
color: white;
margin: 20px 0 5px;
padding: 10px 0;
margin: 20px auto 5px auto;
padding: 40px 0;
font-size: 1.8rem;
text-align: center;
max-width: 400px;
max-width: 500px;
background-color: #373277;
margin-left: auto;
margin-right: auto;
}
.feature-props {