fix: styles
This commit is contained in:
parent
5df66d785a
commit
1fc10452a8
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "13.4.7",
|
||||
"version": "13.4.8",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
|
||||
& .info {
|
||||
max-width: calc(100% - var(--sizing-lg));
|
||||
max-width: calc(95% - var(--sizing-lg));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue