minor tweaks and update to 2024!
This commit is contained in:
parent
1519505fcd
commit
ec2f27b472
|
@ -26,7 +26,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div id="header">
|
<nav>
|
||||||
<img src="img/favicon.png" id="header-icon" width="100" height="100" alt="">
|
<img src="img/favicon.png" id="header-icon" width="100" height="100" alt="">
|
||||||
<div id="header-text">
|
<div id="header-text">
|
||||||
<h1>ari melody</h1>
|
<h1>ari melody</h1>
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
<a href="javascript:void(0)">crt</a>
|
<a href="javascript:void(0)">crt</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://impact.mellodoot.com/" target="_blank">
|
<a href="https://impact.arimelody.me/" target="_blank">
|
||||||
impact meme
|
impact meme
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -228,7 +228,7 @@
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<small><em>*made with ♥ by ari, 2023*</em></small>
|
<small><em>*made with ♥ by ari, 2024*</em></small>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div id="header">
|
<nav>
|
||||||
<img src="/img/favicon.png" id="header-icon" width="100" height="100" alt="">
|
<img src="/img/favicon.png" id="header-icon" width="100" height="100" alt="">
|
||||||
<div id="header-text">
|
<div id="header-text">
|
||||||
<h1>ari melody</h1>
|
<h1>ari melody</h1>
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
<a href="javascript:void(0)">crt</a>
|
<a href="javascript:void(0)">crt</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<small><em>*made with ♥ by ari, 2023*</em></small>
|
<small><em>*made with ♥ by ari, 2024*</em></small>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ header {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
nav {
|
||||||
width: min(calc(100% - 4rem), 720px);
|
width: min(calc(100% - 4rem), 720px);
|
||||||
height: 3em;
|
height: 3em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -391,7 +391,7 @@ footer {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#header {
|
nav {
|
||||||
width: calc(100vw - 2rem);
|
width: calc(100vw - 2rem);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue