feat: independent cdn
This commit is contained in:
parent
152f7f89d3
commit
38cca61033
25 changed files with 125 additions and 123 deletions
|
@ -3,7 +3,6 @@
|
|||
flex-direction: column;
|
||||
gap: var(--sizing-sm);
|
||||
align-items: center;
|
||||
padding-bottom: var(--sizing-base);
|
||||
|
||||
&:last-of-type {
|
||||
border-bottom: 0;
|
||||
|
@ -88,6 +87,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: var(--sizing-base);
|
||||
margin-bottom: var(--sizing-base);
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Reference in a new issue