auth_fc: restore button size (#52754)

This commit is contained in:
Serghei Mihai 2021-04-06 11:00:56 +02:00
parent 296fc94f7c
commit 6a77c0d05e
1 changed files with 3 additions and 3 deletions

View File

@ -29,11 +29,11 @@ div#fc-button:active {
div#fc-button a.button {
text-decoration: none;
width: 230px;
height: 60px;
width: 300px;
height: 80px;
background-image: url('../img/FC-connect-button.svg');
background-repeat: no-repeat;
background-size: 100%;
background-size: 100% 100%;
background-color: #034ea2;
display: block;
border: 1px solid #034ea2;