Set page description and adjust site map link list margin
This commit is contained in:
parent
12633665d6
commit
891661d9c4
|
@ -2,8 +2,7 @@
|
|||
layout: main/content
|
||||
title: Site Map
|
||||
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>
|
||||
|
@ -49,11 +48,12 @@ metadata:
|
|||
main ul {
|
||||
display: grid;
|
||||
gap: 0.5rem;
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
.sitemap {
|
||||
margin: 0 0 0 1em;
|
||||
padding: 0;
|
||||
margin: 1em 0;
|
||||
padding: 0 0 0 1em;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue