CSS changes
This commit is contained in:
parent
432be8dfb2
commit
c097db52ca
1 changed files with 3 additions and 5 deletions
|
@ -15,13 +15,11 @@ main {
|
||||||
#content {
|
#content {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column wrap;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
#content img {
|
||||||
max-width: 50%;
|
max-width: 90%;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue