chore: add recent links widget
This commit is contained in:
parent
7443d797a9
commit
56f28f7e3f
22 changed files with 91 additions and 62 deletions
|
@ -325,12 +325,15 @@ article p:first-of-type {
|
|||
margin-top: var(--sizing-sm);
|
||||
}
|
||||
|
||||
.tag:not(:last-child) {
|
||||
margin-right: var(--sizing-lg);
|
||||
.tag {
|
||||
margin-bottom: var(--sizing-lg);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.tag:not(:last-child) {
|
||||
margin-right: var(--sizing-lg);
|
||||
}
|
||||
|
||||
/* buttons */
|
||||
button {
|
||||
appearance: none;
|
||||
|
@ -464,9 +467,12 @@ li {
|
|||
margin-top: var(--sizing-md);
|
||||
}
|
||||
|
||||
.tag {
|
||||
margin-bottom: var(--sizing-sm);
|
||||
}
|
||||
|
||||
.tag:not(:last-child) {
|
||||
margin-right: var(--sizing-sm);
|
||||
margin-bottom: var(--sizing-sm);
|
||||
}
|
||||
|
||||
footer nav:first-child {
|
||||
|
|
Reference in a new issue