feat(custom): support links

This commit is contained in:
Anhgelus Morhtuuzh 2024-12-10 19:55:05 +01:00
parent 9b6819f25f
commit a5955c32fb
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
3 changed files with 45 additions and 6 deletions

View file

@ -247,4 +247,11 @@ h4 {
& ul {
list-style: disc inside;
}
& .links {
margin-top: 1rem;
margin-bottom: 1rem;
&:last-child {
margin-bottom: 0;
}
}
}