Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
padvincenzo authored Nov 29, 2020
1 parent 45f7abf commit 451553b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ a:hover { color: #ffffff; text-decoration: none; cursor: url(img/cursor_poin
button {
width: 22vw;
height: 10vw;
line-height: 10vw;
color: white;
background: url(img/button.svg);
background-position: center;
Expand All @@ -104,9 +105,9 @@ button {
.small-button {
width: 10vw;
height: 5vw;
line-height: 5vw;
font-size: 2vw;
padding: 0;
line-height: 58px;
}

button:disabled {
Expand Down

0 comments on commit 451553b

Please sign in to comment.