Apply graphic positioning suggestion

This commit is contained in:
Robin 2023-09-15 17:17:57 -04:00 committed by GitHub
parent dd49bd517c
commit 224bfe58d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,9 +57,9 @@ limitations under the License.
--stopgap-color-on-solid-accent: var(--cpd-color-text-primary);
--stopgap-background-85: rgba(16, 19, 23, 0.85);
background-size: calc(max(100%, 100vw)) calc(max(100%, 100vh));
background-size: calc(max(1440px, 100vw)) calc(max(800px, 100vh));
background-repeat: no-repeat;
background-position: bottom right;
background-position: center;
}
@font-face {