fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-03-13 16:22:47 -07:00
parent bd373c882d
commit d7cc315169
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -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": {

View file

@ -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;
}
}