1
0
Fork 0

styling loveletter.php

This commit is contained in:
emma 2025-01-02 06:57:38 -05:00
parent e5cc2309f4
commit 6268317307
1 changed files with 2 additions and 7 deletions

View File

@ -108,17 +108,12 @@ main {
.growing-up div { .growing-up div {
padding-top: 2rem; padding-top: 2rem;
display: grid; display: grid;
grid-template-rows: 20rem 20rem ; grid-template-rows: 22.5rem 15rem;
grid-template-columns: 20rem 20rem; grid-template-columns: 25rem 25rem;
justify-content: space-evenly; justify-content: space-evenly;
align-items: baseline; align-items: baseline;
} }
.growing-up figure {
height: 17.5rem;
width: auto;
}
header { header {
width: 100%; width: 100%;
height: auto; height: auto;