chore(dialog.css): reduce dialog max-width

This commit is contained in:
Cory Dransfeldt 2025-05-09 11:15:02 -07:00
parent bb72776be8
commit 22bf2b47c2
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "3.7.0",
"version": "3.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "3.7.0",
"version": "3.7.1",
"license": "MIT",
"dependencies": {
"html-minifier-terser": "7.2.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "3.7.0",
"version": "3.7.1",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {

View file

@ -61,9 +61,9 @@ dialog {
}
@media (min-width: 768px) {
max-width: calc(var(--sizing-full) * .75);
max-width: calc(var(--sizing-full) * .6);
max-height: calc(var(--sizing-full) * .75);
inset: calc(var(--sizing-full) * .125);
inset: calc(var(--sizing-full) * .125) calc(var(--sizing-full) * .2);
border: var(--border-gray);
}