diff --git a/astro.config.mts b/astro.config.mts index dc0d166..dba5f0e 100644 --- a/astro.config.mts +++ b/astro.config.mts @@ -44,7 +44,7 @@ function pipeline() { type: "element", tagName: "div", properties: { - className: [`image image-load image-asset image-${sign}`], + className: [`image image-loaded image-asset image-${sign}`], id: `lht${sign}`, }, children: [ diff --git a/src/styles/global.css b/src/styles/global.css index 79b86f1..b28e10d 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -6832,21 +6832,21 @@ html.no-touch.no-reduced-motion } .picture { - position: absolute; + /* position: absolute; */ /* left: 50%; */ - top: 0; + /* top: 0; height: 100%; - width: 100%; + width: 100%; */ /* transform: translateX(-50%); */ /* max-width: min(calc(100% - 32px), 650px); */ - /* position: relative; + position: relative; display: flex; align-items: flex-start; justify-content: space-between; margin-left: auto; margin-right: auto; - max-width: min(calc(100% - 32px), 650px); */ + max-width: min(calc(100% - 32px), 650px); } .picture.no-dl {