Skip to content

Commit

Permalink
Discord Button Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Klubuntu authored Mar 2, 2023
1 parent 14174f2 commit 3b9dd2f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions beta/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,20 @@ span.dolar-box {
}

span.dc-box {
display: block;
/*! display: block; */
width: 281px;
height: 46px;
margin-left: 14px;
margin-left: 2.5%;
margin-top: 7px;
}

span.dc-box:hover{
width: 287px;
height: 46px;
transform: scale(.99);
}


span.dc-text{
color: rgb(163, 15, 15) !important;
font-size: 21px;
Expand Down

1 comment on commit 3b9dd2f

@vercel
Copy link

@vercel vercel bot commented on 3b9dd2f Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.