This commit is contained in:
Knight 2024-12-28 20:39:47 -05:00
parent 027628794a
commit fba82c26df

View File

@ -53,7 +53,7 @@ async function generateSite() {
<link rel="icon" type="image/png" href="/favicon.png">
<style>
.progressive-image-container {
width: 100%;
width: auto;
max-width: 100vw;
max-height: 100vh;
margin: 0 auto;
@ -82,9 +82,6 @@ async function generateSite() {
}
.description {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
margin-left: -40%; /* This will offset it to the left */
max-width: 80%;
z-index: 2;