fix: spacing
This commit is contained in:
parent
d7cc315169
commit
7bffc62335
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.addon-links__wrapper h2:last-of-type {
|
||||
.addon-links__wrapper div:last-of-type h2 {
|
||||
margin-top: var(--sizing-base);
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
|||
--grid: repeat(2,minmax(0,1fr));
|
||||
}
|
||||
|
||||
.addon-links__wrapper h2 {
|
||||
margin-top: 0;
|
||||
.addon-links__wrapper div h2 {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
Reference in a new issue