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.
This commit is contained in:
committed by
Christopher F
parent
205499d9ef
commit
d39bf6ed85
@@ -39,6 +39,7 @@ img {
|
||||
width: 951pt;
|
||||
/* Height was arbitrarily determined */
|
||||
min-height: 100pt;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
article.content p{
|
||||
|
||||
Reference in New Issue
Block a user