idが被ってたので変更

This commit is contained in:
moris 2025-02-28 11:31:29 +09:00
parent 2b8da7edee
commit 11a342c54a

View file

@ -10,7 +10,7 @@
<title>About | moris.day Blog</title>
</svelte:head>
<div id="profile">
<div id="about">
<article class='markdown'>
{@html data.md}
</article>
@ -18,7 +18,7 @@
<style>
#profile {
#about {
margin: auto;
padding: 24px;
max-width: 720px;