a bit of formatting
This commit is contained in:
parent
84cc31b48c
commit
4566b91cdb
3 changed files with 59 additions and 61 deletions
src/components
|
@ -1,10 +1,9 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="description" content="Personal website of LimePotato">
|
<meta name="description" content="Personal website of LimePotato" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<link rel="stylesheet" href="/css/mystyle.css">
|
<link rel="stylesheet" href="/css/mystyle.css" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
|
@ -18,7 +18,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-menu" id="navMenu">
|
<div class="navbar-menu" id="navMenu">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
|
|
||||||
<a class="navbar-item" href="/">
|
<a class="navbar-item" href="/">
|
||||||
<span class="text-gradient">LimePot</span>
|
<span class="text-gradient">LimePot</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Reference in a new issue