Set page description and adjust site map link list margin

This commit is contained in:
Helen Chong 2024-04-17 23:59:18 +08:00
parent 12633665d6
commit 891661d9c4
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,7 @@
layout: main/content layout: main/content
title: Site Map title: Site Map
eleventyExcludeFromCollections: true eleventyExcludeFromCollections: true
metadata: desc: Site map of Leilukin's Hub.
desc: Site map of Leilukin's Hub.
--- ---
<p>This page lists the links to the pages on my website for easier navigation.</p> <p>This page lists the links to the pages on my website for easier navigation.</p>
@ -49,11 +48,12 @@ metadata:
main ul { main ul {
display: grid; display: grid;
gap: 0.5rem; gap: 0.5rem;
margin-top: 0.3em;
} }
.sitemap { .sitemap {
margin: 0 0 0 1em; margin: 1em 0;
padding: 0; padding: 0 0 0 1em;
list-style: none; list-style: none;
} }