mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2025-09-06 02:30:45 +00:00
list styles
This commit is contained in:
@@ -36,6 +36,8 @@ const links: { label: string; url: string; icon: astroHTML.JSX.Element }[] = [
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
@@ -94,3 +94,8 @@ pre {
|
||||
margin: 1rem 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: square;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user