chore: widgets are blocks, not all blocks need to connect to the cms; bye bugs
This commit is contained in:
parent
16eb58fe0f
commit
00fd39db89
35 changed files with 77 additions and 48 deletions
|
@ -1,7 +1,15 @@
|
|||
.webring-wrapper {
|
||||
margin: var(--sizing-base) 0;
|
||||
|
||||
h3 {
|
||||
& h3 {
|
||||
margin: var(--sizing-2xl) 0 var(--sizing-lg);
|
||||
}
|
||||
|
||||
& .webring-navigation {
|
||||
gap: var(--sizing-sm);
|
||||
|
||||
& a {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue