mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-01-23 04:57:21 +00:00
Fix minor styling
This commit is contained in:
parent
70c75d7f37
commit
5e33896123
@ -28,7 +28,8 @@ export default function Activities() {
|
||||
</a>
|
||||
</h3>
|
||||
<p className="text-base font-normal text-gray-400">
|
||||
ポスター発表「マイクロコンピュータ向け自律分散死活システムの設計と実装」
|
||||
ポスター発表
|
||||
<p>「マイクロコンピュータ向け自律分散死活システムの設計と実装」</p>
|
||||
</p>
|
||||
</li>
|
||||
<li className="mb-2 ms-4">
|
||||
|
@ -44,7 +44,13 @@ export default function Card() {
|
||||
></div>
|
||||
<div className="flex justify-center w-screen items-center">
|
||||
<div className="mx-2 inline-block">
|
||||
<img className="rounded-full" width={100} height={100} src="./avatar.webp" />
|
||||
<img
|
||||
draggable="false"
|
||||
className="rounded-full hover:cursor-grab"
|
||||
width={100}
|
||||
height={100}
|
||||
src="./avatar.webp"
|
||||
/>
|
||||
</div>
|
||||
<div className="mx-2 text-left h-full inline-block">
|
||||
<Logo />
|
||||
|
@ -23,7 +23,7 @@ export default function Menu() {
|
||||
|
||||
return (
|
||||
<RecoilRoot>
|
||||
<ul className="w-full text-lg font-medium text-center">
|
||||
<ul className="w-full text-lg font-medium text-center hover:cursor-pointer">
|
||||
<li
|
||||
className={`w-full px-4 py-2${page === Pages.Profile ? " bg-slate-700" : ""}`}
|
||||
onClick={() => {setPage(Pages.Profile)}}
|
||||
|
Loading…
Reference in New Issue
Block a user