Browse Source

Fix the docs index page logo size

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.
pull/1227/head
Chris Johnston 6 years ago
parent
commit
0b5a2ab4b2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/_template/light-dark-theme/styles/master.css

+ 1
- 0
docs/_template/light-dark-theme/styles/master.css View File

@@ -39,6 +39,7 @@ img {
width: 951pt;
/* Height was arbitrarily determined */
min-height: 100pt;
max-width: 90%;
}

article.content p{


Loading…
Cancel
Save