You've already forked AstralRinth
forked from didirus/AstralRinth
General fixes, compress gifs
This commit is contained in:
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 -->
|
<!-- TODO: Probably shouldn't be a Unicode symbol -->
|
||||||
<div class="hamburger-icon">☰</div>
|
<div class="hamburger-icon">☰</div>
|
||||||
<div class="logo-wrapper">
|
<nuxt-link to="/" class="logo-wrapper">
|
||||||
<img class="logo" src="~/assets/images/logo.svg" />
|
<img class="logo" src="~/assets/images/logo.svg" />
|
||||||
<span class="name">modrinth</span>
|
<span class="name">modrinth</span>
|
||||||
</div>
|
</nuxt-link>
|
||||||
<nav>
|
<nav>
|
||||||
<section class="links">
|
<section class="links">
|
||||||
<h3>Projects</h3>
|
<h3>Projects</h3>
|
||||||
@@ -412,6 +412,7 @@ export default {
|
|||||||
// Desktop
|
// Desktop
|
||||||
@media screen and (min-width: 1145px) {
|
@media screen and (min-width: 1145px) {
|
||||||
border-right: 1px solid var(--color-grey-2);
|
border-right: 1px solid var(--color-grey-2);
|
||||||
|
min-width: 270px;
|
||||||
max-width: 270px;
|
max-width: 270px;
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<header class="columns">
|
<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">
|
<div class="links">
|
||||||
<nuxt-link to="/" no-prefetch>Home</nuxt-link>
|
<nuxt-link to="/" no-prefetch>Home</nuxt-link>
|
||||||
<nuxt-link to="/mods" no-prefetch>Mods</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 |
Reference in New Issue
Block a user