Skip to content

Commit d39bf6e

Browse files
Chris-Johnstonfoxbot
authored andcommitted
docs: fix the docs index page logo size (#1227)
Fixes the size of the logo on the index page of the documentation. On mobile or small windows, this logo would be too large. This adds a rule to the CSS for that logo that fixes it's size.
1 parent 205499d commit d39bf6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/_template/light-dark-theme/styles/master.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ img {
3939
width: 951pt;
4040
/* Height was arbitrarily determined */
4141
min-height: 100pt;
42+
max-width: 90%;
4243
}
4344

4445
article.content p{

0 commit comments

Comments
 (0)