|
|
|
@ -83,7 +83,6 @@ body {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.caption {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
@ -137,7 +136,6 @@ body {
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: right;
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.letterContents {
|
|
|
|
@ -168,7 +166,7 @@ body {
|
|
|
|
|
.container {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-wrap: nowrap
|
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
@ -181,6 +179,7 @@ body {
|
|
|
|
|
.title-full {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
@ -202,11 +201,10 @@ body {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 50px;
|
|
|
|
|
line-height: 1.5rem;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img-container {
|
|
|
|
|
padding: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.photos img {
|
|
|
|
@ -216,6 +214,10 @@ body {
|
|
|
|
|
flex: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img-container:nth-child(2) {
|
|
|
|
|
order: unset;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#about {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
@ -241,11 +243,10 @@ body {
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: right;
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.letterBox p {
|
|
|
|
|
margin-top: 0 ;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.img-container .caption {
|
|
|
|
|