fixed images
This commit is contained in:
parent
7c74d12cd8
commit
a394a9187f
|
@ -1,4 +1,4 @@
|
||||||
body,html{
|
display-imagebody,html{
|
||||||
-ms-scroll-chaining:none;
|
-ms-scroll-chaining:none;
|
||||||
overscroll-behavior:none;
|
overscroll-behavior:none;
|
||||||
margin:0;
|
margin:0;
|
||||||
|
@ -292,8 +292,8 @@ body,html{
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-image{
|
.display-image{
|
||||||
width:96px;
|
width:192px;
|
||||||
height:96px;
|
height:192px;
|
||||||
display:block;
|
display:block;
|
||||||
border-radius:50%;
|
border-radius:50%;
|
||||||
-o-object-fit:cover;
|
-o-object-fit:cover;
|
||||||
|
|
|
@ -22,15 +22,9 @@
|
||||||
<!-- End of Snowfall Background Animation -->
|
<!-- End of Snowfall Background Animation -->
|
||||||
|
|
||||||
<div class="min-h-full flex-h-center" id="background_div">
|
<div class="min-h-full flex-h-center" id="background_div">
|
||||||
<input type="hidden" value="https://bio.link" id="app-url">
|
|
||||||
<input type="hidden" value="null" id="is-featured">
|
|
||||||
<canvas id="bg-canvas" class="background-overlay"></canvas>
|
|
||||||
</input>
|
|
||||||
</input>
|
|
||||||
|
|
||||||
<div class="mt-48 page-full-wrap relative ">
|
<div class="mt-48 page-full-wrap relative ">
|
||||||
<input type="hidden" value="creator-page" id="page-type">
|
<input type="hidden" value="creator-page" id="page-type">
|
||||||
<img class="display-image m-auto" data-src="assets/images/logo.png" src="assets/images/logo.png" alt="[Your photo alt]"/>
|
<img class="display-image m-auto" data-src="assets/images/profilepicture.webp" src="assets/images/profilepicture.webp" alt="A digital drawing of a person (me) with long wavy hair, transitioning from blonde to pink. They have blue eyes, glasses, a beard, piercings in the nose and lip, and earrings. They are smiling slightly and wearing a black top."/>
|
||||||
<h2 class="page-title page-text-color page-text-font mt-16 text-center">Sam Dalfuss</h2>
|
<h2 class="page-title page-text-color page-text-font mt-16 text-center">Sam Dalfuss</h2>
|
||||||
<p class="description">
|
<p class="description">
|
||||||
<script>
|
<script>
|
||||||
|
@ -56,7 +50,6 @@
|
||||||
<div class="page-item-wrap relative dalfuss-net">
|
<div class="page-item-wrap relative dalfuss-net">
|
||||||
<div class="page-item flex-both-center absolute dalfuss-net"></div>
|
<div class="page-item flex-both-center absolute dalfuss-net"></div>
|
||||||
<a target="_blank" class="page-item-each py-10 flex-both-center dalfuss-net" href="https://dalfuss.net" data-id="261652" data-type="page_item">
|
<a target="_blank" class="page-item-each py-10 flex-both-center dalfuss-net" href="https://dalfuss.net" data-id="261652" data-type="page_item">
|
||||||
<i class="fa-brands fa-mastodon link-each-image" aria-hidden="true"></i>
|
|
||||||
<span class="item-title text-center">dalfuss.net</span>
|
<span class="item-title text-center">dalfuss.net</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue