removing styling for loveletter.php. need to add content first
This commit is contained in:
parent
e448eb8508
commit
b92a281f34
|
@ -94,11 +94,6 @@ main {
|
||||||
text-align: center;
|
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 {
|
.favorite-baxter-photos img, .growing-up img, .young-adult-baxter img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
@ -111,13 +106,6 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.growing-up div, .young-adult-baxter div {
|
.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 {
|
header {
|
||||||
|
|
Loading…
Reference in New Issue