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