Skip to content

Commit 099dc60

Browse files
authored
Update custom.css (#375)
* Update custom.css to reduce Medusa's logo size
1 parent 8896df9 commit 099dc60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

static/custom.css

+7
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,10 @@ h1#configuration-options ~ div > table {
1818
.rust .sidebar-book-logo img {
1919
filter: invert(1);
2020
}
21+
22+
/* Reduce medusa logo's size */
23+
#content img[alt="medusa_logo"] {
24+
width: 50%;
25+
margin: 0 auto;
26+
display: block;
27+
}

0 commit comments

Comments
 (0)