mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 12:17:24 +00:00
Improve about page.
This commit is contained in:
@@ -4,7 +4,7 @@ import { ReactElement, ReactNode } from "react";
|
|||||||
|
|
||||||
export default function AboutPage() {
|
export default function AboutPage() {
|
||||||
return (
|
return (
|
||||||
<article className={"p-4"}>
|
<article className={"p-4 bg-base-100-tr82 rounded-2xl mt-4 shadow mx-2"}>
|
||||||
<Markdown
|
<Markdown
|
||||||
components={{
|
components={{
|
||||||
a: ({ node, ...props }) => {
|
a: ({ node, ...props }) => {
|
||||||
@@ -31,7 +31,7 @@ export default function AboutPage() {
|
|||||||
target={"_blank"}
|
target={"_blank"}
|
||||||
href={href}
|
href={href}
|
||||||
>
|
>
|
||||||
<figure className={"max-h-72 max-w-96"}>{img}</figure>
|
<figure className={"max-h-60 max-w-80"}>{img}</figure>
|
||||||
<div className={"card-body text-base-content text-lg"}>
|
<div className={"card-body text-base-content text-lg"}>
|
||||||
{second}
|
{second}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user