+
+
+ Stuck in the middle with you...
As you reached a young adult, more of who you really were started to show. When we got our own place I saw so many
new sides of you I had never yet seen. You loved sunbathing in the windows in the morning, I'd have my cup of coffee
@@ -43,14 +35,14 @@
When the world got uncertain, I knew you were always at home waiting for me. When I was uncertain about life, I always knew
you were the reason to keep going, to keep the fire lit.
-
-
-
-
-
-
+
+
And here we are...
diff --git a/style/style.css b/style/style.css
index fb680d9..c4f4e7e 100644
--- a/style/style.css
+++ b/style/style.css
@@ -94,24 +94,30 @@ main {
text-align: center;
}
-.favorite-baxter-photos img, .growing-up img {
+.growing-up figure, .young-adult-baxter figure {
+ height: 50vh;
+ width: auto;
+}
+
+.favorite-baxter-photos img, .growing-up img, .young-adult-baxter img {
max-width: 100%;
max-height: 100%;
object-fit: fill;
}
-.growing-up h3, .growing-up p {
+.growing-up h3, .young-adult-baxter h3, .growing-up p, .young-adult-baxter p {
padding: 1rem;
font-size: 1.25rem;
}
-.growing-up div {
+.growing-up div, .young-adult-baxter div {
padding-top: 2rem;
+ height: 100%;
+ width: auto;
display: grid;
- grid-template-rows: 22.5rem 15rem;
- grid-template-columns: 25rem 25rem;
- justify-content: space-evenly;
- align-items: baseline;
+ grid-template-columns: 27vw 27vw;
+ align-items: stretch;
+ gap: 2rem;
}
header {