General fixes, compress gifs
This commit is contained in:
parent
d6bf935ceb
commit
d85a063db8
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 |
@ -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 {
|
||||
|
||||
@ -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 |
Loading…
x
Reference in New Issue
Block a user