Page adjustments

This commit is contained in:
Liu Ziang
2021-07-03 17:09:17 +08:00
parent 05aad0555d
commit 976536e295
8 changed files with 90 additions and 4 deletions
+35
View File
@@ -0,0 +1,35 @@
.which-image-container {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.which-image-container :nth-child(2) {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: column;
justify-content: flex-end;
}
.which-image {
display: inline-block;
flex: 1;
flex-basis: 45%;
margin: 1% 1% 1% 1%;
width: 100%;
height: auto;
}
.which-image img {
float: right;
width: 100%;
}
.image-display img {
float: right;
width: 65%;
}