1
0
Fork 0

styling of kitten images

This commit is contained in:
emma 2025-01-02 12:17:29 -05:00
parent 414401dcfa
commit 43cf732aab
1 changed files with 5 additions and 0 deletions

View File

@ -106,6 +106,11 @@ main {
}
.growing-up div, .young-adult-baxter div {
display: grid;
grid-template-columns: 50vh 50vh;
justify-content: center;
align-items: stretch;
gap: 2rem;
}
header {