fix: spacing
This commit is contained in:
parent
bd373c882d
commit
d7cc315169
2 changed files with 9 additions and 1 deletions
|
@ -12,8 +12,16 @@
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.addon-links__wrapper h2:last-of-type {
|
||||
margin-top: var(--sizing-base);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
:root {
|
||||
--grid: repeat(2,minmax(0,1fr));
|
||||
}
|
||||
|
||||
.addon-links__wrapper h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
Reference in a new issue