styling loveletter.php
This commit is contained in:
parent
e5cc2309f4
commit
6268317307
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue