Changing content on about.

This commit is contained in:
Bradley Shellnut 2023-02-02 20:20:59 -08:00
parent 0675dc3301
commit 2585c0d67c

View file

@ -280,7 +280,7 @@
<h2>Other fun things about me&hellip;</h2> <h2>Other fun things about me&hellip;</h2>
<div style="display: grid;"> <div style="display: grid;">
<p> <p>
Currently on a road trip around the U.S. vaguely following Route 66! Currently living in Seattle after a long road trip!
</p> </p>
<div <div
style=" style="
@ -296,7 +296,7 @@
<source data-srcset={src} type="image/{format}" /> <source data-srcset={src} type="image/{format}" />
{/each} {/each}
</Picture> </Picture>
<p class="center">Route 66 Road Trip</p> <p class="center">Seattle Space Needle</p>
</figure> </figure>
</div> </div>
</div> </div>
@ -325,6 +325,11 @@
</div> </div>
<style lang="postcss"> <style lang="postcss">
:global(img) {
height: auto;
max-width: 100%;
}
.about { .about {
display: grid; display: grid;
grid-gap: 2.5rem; grid-gap: 2.5rem;