Unpushed stuff

This commit is contained in:
Jai A
2020-09-06 18:58:55 -07:00
parent b36b6c78a2
commit ce8a0cab2a
4 changed files with 15 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
<div class="layout">
<aside>
<div class="logo-wrapper">
<img class="logo" src="~/assets/images/logo.png" />
<img class="logo" src="~/assets/images/logo.svg" />
<h1>modrinth</h1>
</div>
<nav>
<section class="links">
@@ -156,6 +157,8 @@
</template>
<style lang="scss">
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
.layout {
display: flex;
min-height: 100vh;
@@ -176,11 +179,17 @@
display: flex;
height: 3.5rem;
padding: 0 1.5rem;
font-family: 'Montserrat', sans-serif;
.logo {
height: 2rem;
width: auto;
}
h1 {
margin-left: 10px;
font-family: 'Montserrat', sans-serif;
}
}
nav {