General fixes, compress gifs

This commit is contained in:
Jai A
2020-10-02 12:58:00 -07:00
parent d6bf935ceb
commit d85a063db8
5 changed files with 6 additions and 3 deletions

View File

@@ -9,10 +9,10 @@
/>
<!-- TODO: Probably shouldn't be a Unicode symbol -->
<div class="hamburger-icon">☰</div>
<div class="logo-wrapper">
<nuxt-link to="/" class="logo-wrapper">
<img class="logo" src="~/assets/images/logo.svg" />
<span class="name">modrinth</span>
</div>
</nuxt-link>
<nav>
<section class="links">
<h3>Projects</h3>
@@ -412,6 +412,7 @@ export default {
// Desktop
@media screen and (min-width: 1145px) {
border-right: 1px solid var(--color-grey-2);
min-width: 270px;
max-width: 270px;
nav {