responsive stuff

This commit is contained in:
2025-06-17 11:37:48 -07:00
parent 0a0b7621fb
commit f6488e3e1c
3 changed files with 3 additions and 1 deletions

1
dist/app.css vendored
View File

@@ -12915,6 +12915,7 @@ section.intro-slide p {
aspect-ratio: 1; aspect-ratio: 1;
display: block; display: block;
width: 500px; width: 500px;
max-width: 90vw;
background-position: center; background-position: center;
background-size: cover; background-size: cover;
} }

View File

@@ -1,4 +1,4 @@
{ {
"/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63", "/app.js": "/app.js?id=8af0c9c0d989b79afe124f8138dc1a63",
"/app.css": "/app.css?id=d8bec67f6e619178d3aafac5d20b9855" "/app.css": "/app.css?id=554720acd392836642585bf6bb930aa8"
} }

View File

@@ -10,6 +10,7 @@
aspect-ratio: 1; aspect-ratio: 1;
display: block; display: block;
width: 500px; width: 500px;
max-width: 90vw;
background-position: center; background-position: center;
background-size: cover; background-size: cover;
} }