mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2025-01-02 13:26:26 +00:00
list styles
This commit is contained in:
parent
65eb4bb712
commit
b5af0cae15
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,3 +22,5 @@ pnpm-debug.log*
|
|||||||
|
|
||||||
# jetbrains setting folder
|
# jetbrains setting folder
|
||||||
.idea/
|
.idea/
|
||||||
|
output
|
||||||
|
export.xml
|
||||||
|
@ -36,6 +36,8 @@ const links: { label: string; url: string; icon: astroHTML.JSX.Element }[] = [
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
@ -94,3 +94,8 @@ pre {
|
|||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: square;
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user