Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
huxulm committed Dec 26, 2024
1 parent 0711557 commit 5759185
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ body {
}

.markdown ul {
@apply list-disc list-inside my-4;
@apply list-disc list-outside my-4;
padding-inline-start: 2em;
}

.markdown ol {
Expand Down
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ export default function Home() {
CKA CKAD CKS Simulator Q&A
</h1>
<nav className="flex flex-col gap-4 items-start mt-5 sm:flex-row sm:gap-4 sm:mt-20">
<Link className="logo" href="/cks">
<Link className="logo" href="/cka">
<Image
src="/k8s-simulator/k8s/cks.svg"
src="/k8s-simulator/k8s/cka.svg"
alt="Next.js logo"
width={120}
height={120}
/>
</Link>
<Link className="logo" href="/cka">
<Link className="logo" href="/cks">
<Image
src="/k8s-simulator/k8s/cka.svg"
src="/k8s-simulator/k8s/cks.svg"
alt="Next.js logo"
width={120}
height={120}
Expand Down

0 comments on commit 5759185

Please sign in to comment.