Skip to content

Commit

Permalink
Update custom.css (#375)
Browse files Browse the repository at this point in the history
* Update custom.css to reduce Medusa's logo size
  • Loading branch information
montyly authored Oct 7, 2024
1 parent 8896df9 commit 099dc60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ h1#configuration-options ~ div > table {
.rust .sidebar-book-logo img {
filter: invert(1);
}

/* Reduce medusa logo's size */
#content img[alt="medusa_logo"] {
width: 50%;
margin: 0 auto;
display: block;
}

0 comments on commit 099dc60

Please sign in to comment.