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