fix(web): update spacing on the changelog page
This commit is contained in:
parent
99ae3a7717
commit
8c4bf225f2
1 changed files with 3 additions and 3 deletions
|
|
@ -478,8 +478,8 @@
|
||||||
[data-component="highlights"] {
|
[data-component="highlights"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 2rem;
|
gap: 3rem;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-component="collapsible-sections"] {
|
[data-component="collapsible-sections"] {
|
||||||
|
|
@ -563,7 +563,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-slot="highlight-item"] {
|
[data-slot="highlight-item"] {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 48px;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue