chore: add recent links widget
This commit is contained in:
parent
7443d797a9
commit
56f28f7e3f
22 changed files with 91 additions and 62 deletions
|
@ -1,4 +1,3 @@
|
|||
.four-oh-four__wrapper .image__banner,
|
||||
.four-oh-four__wrapper a {
|
||||
.four-oh-four__wrapper .image__banner {
|
||||
margin-bottom: var(--sizing-base);
|
||||
}
|
|
@ -14,11 +14,15 @@
|
|||
width: var(--sizing-base);
|
||||
}
|
||||
|
||||
.now__section--header {
|
||||
h2 {
|
||||
margin: var(--sizing-3xl) 0 var(--sizing-lg);
|
||||
}
|
||||
|
||||
.now__section--header:first-of-type {
|
||||
h2:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.link__list {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue