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