diff options
| author | slice <[email protected]> | 2020-12-19 01:11:13 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-19 04:11:13 -0500 |
| commit | e5fd2b03562bb7bb219706bc02e17e55e7854504 (patch) | |
| tree | 066045a614f3d5c82e63497102a04fc33c617a8a /docs/_static | |
| parent | [matrix] Fix inconsistent monospace fonts (diff) | |
| download | discord.py-e5fd2b03562bb7bb219706bc02e17e55e7854504.tar.xz discord.py-e5fd2b03562bb7bb219706bc02e17e55e7854504.zip | |
[matrix] Vertically align navigation header
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index d2a397f2..e0785f1e 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -248,6 +248,7 @@ header > nav { display: flex; flex-direction: row; justify-content: flex-end; + align-items: center; } header > nav a { |