デザイン調整など

This commit is contained in:
Xeltica 2022-11-28 14:54:57 +09:00
parent c6fe014502
commit 2b1d7e024d
2 changed files with 5 additions and 5 deletions

View File

@ -77,11 +77,7 @@ export const IndexSessionPage: React.VFC = () => {
<div className="menu large">
<a className="item" href="//mk.shrimpia.network/@Lutica" target="_blank" rel="noopener noreferrer">
<i className="icon fas fa-at"></i>
Lutica@mk.shrimpia.network.app
</a>
<a className="item" href="//twitter.com/@lutica_f" target="_blank" rel="noopener noreferrer">
<i className="icon fas fa-at"></i>
lutica_f@twitter.com
Lutica@mk.shrimpia.network
</a>
</div>
</section>

View File

@ -1,3 +1,7 @@
html {
font-size: 16px;
}
body {
--max-width: 1024px;
font-family: "Koruri", sans-serif;