Browse Source

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.
tags/2.0.1
Chris Johnston Christopher F 6 years ago
parent
commit
d39bf6ed85
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