Fix strange borders on main logo in Chrome and Firefox

An img tag gets default styling in these browsers & acts strangely when a src isn't present, and since we switch the logo with css, this can just be a div. Tested & working with all themes in Chrome & Firefox.
This commit is contained in:
John Mazouri
2018-12-24 02:56:28 -05:00
committed by Christopher Felegy
parent 0fecdf69bb
commit bafdce4df6

View File

@@ -5,7 +5,7 @@ title: Home
# Discord.Net Documentation # Discord.Net Documentation
<img class="big-logo logo-switcher" /> <div class="big-logo logo-switcher" />
## What is Discord.Net? ## What is Discord.Net?