Skip to content

Commit

Permalink
resizing image.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-barbosa-funttastic committed May 7, 2024
1 parent ca6ff8a commit a75d41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partners/kujira/bot/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
}

img {
width: 66.6666vw;
width: 70vw;
max-width: 100%;
height: auto;
display: block;
Expand Down Expand Up @@ -40,7 +40,7 @@ img {

.btn {
display: inline-block;
padding: 10px 20px;
padding: 5px 10px;
background-color: #007bff;
color: #fff;
text-decoration: none;
Expand Down

0 comments on commit a75d41f

Please sign in to comment.