styling of kitten images
This commit is contained in:
parent
414401dcfa
commit
43cf732aab
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue