Ehhh
This commit is contained in:
parent
027628794a
commit
fba82c26df
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user