auth_fc: make button resizable (#52766)

This commit is contained in:
Serghei Mihai 2021-04-06 13:33:16 +02:00
parent 6a77c0d05e
commit b39a13e601
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ div#fc-button:active {
div#fc-button a.button {
text-decoration: none;
width: 300px;
height: 80px;
height: 0;
padding-top: 27%;
max-width: 100%;
background-image: url('../img/FC-connect-button.svg');
background-repeat: no-repeat;
background-size: 100% 100%;