1
0
Fork 0

removing styling for loveletter.php. need to add content first

This commit is contained in:
emma 2025-01-02 10:16:24 -05:00
parent e448eb8508
commit b92a281f34
1 changed files with 0 additions and 12 deletions

View File

@ -94,11 +94,6 @@ main {
text-align: center;
}
.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%;
@ -111,13 +106,6 @@ main {
}
.growing-up div, .young-adult-baxter div {
padding-top: 2rem;
height: 100%;
width: auto;
display: grid;
grid-template-columns: 27vw 27vw;
align-items: stretch;
gap: 2rem;
}
header {