Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Aug 7, 2024
1 parent ffaa15c commit 7952b15
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,14 @@ li.card p {

.download-button {
margin-top: 10px;
background-color: black;
background-color: #202020;
border-radius: 15px;
width: 292px;
height: 102px;
width: 350px;
height: 96px;
transition: 0.25s;
text-decoration: none;
display: inline-block;
box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
font-family: var(--font2);
}

Expand Down

0 comments on commit 7952b15

Please sign in to comment.