General fixes, compress gifs

This commit is contained in:
Jai A 2020-10-02 12:58:00 -07:00
parent d6bf935ceb
commit d85a063db8
No known key found for this signature in database
GPG Key ID: E8B7DFB8C62797AC
5 changed files with 6 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 MiB

After

Width:  |  Height:  |  Size: 4.3 MiB

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 {

View File

@ -1,7 +1,9 @@
<template>
<div>
<header class="columns">
<img class="logo" src="~/assets/images/logo.svg" alt="logo" />
<nuxt-link to="/" no-prefetch
><img class="logo" src="~/assets/images/logo.svg" alt="logo"
/></nuxt-link>
<div class="links">
<nuxt-link to="/" no-prefetch>Home</nuxt-link>
<nuxt-link to="/mods" no-prefetch>Mods</nuxt-link>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB

After

Width:  |  Height:  |  Size: 109 KiB