mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
Changing content on about.
This commit is contained in:
parent
0675dc3301
commit
2585c0d67c
1 changed files with 7 additions and 2 deletions
|
|
@ -280,7 +280,7 @@
|
||||||
<h2>Other fun things about me…</h2>
|
<h2>Other fun things about me…</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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue