fix: spacing
This commit is contained in:
parent
bd373c882d
commit
d7cc315169
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "7.10.1",
|
||||
"version": "7.10.2",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -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