Update 'backplaces/css/style_index.css'

master^2
ada 1 month ago
parent 2c1a3babfe
commit ee4ad74bca

@ -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,7 +166,7 @@ body {
.container { .container {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
flex-wrap: nowrap flex-wrap: nowrap;
} }
.title { .title {
@ -181,6 +179,7 @@ body {
.title-full { .title-full {
display: none; display: none;
} }
.subtitle { .subtitle {
display: none; display: none;
} }
@ -202,7 +201,6 @@ body {
display: inline-block; display: inline-block;
width: 50px; width: 50px;
line-height: 1.5rem; line-height: 1.5rem;
} }
.img-container { .img-container {
@ -216,6 +214,10 @@ body {
flex: auto; flex: auto;
} }
.img-container:nth-child(2) {
order: unset;
}
#about { #about {
position: absolute; position: absolute;
top: 10px; top: 10px;
@ -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 {

Loading…
Cancel
Save