CSS changes

This commit is contained in:
Miguel de la Cruz 2024-08-03 08:54:25 +02:00
parent 432be8dfb2
commit c097db52ca

View file

@ -15,13 +15,11 @@ main {
#content {
width: 80%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
flex-flow: column wrap;
}
img {
max-width: 50%;
#content img {
max-width: 90%;
max-height: 500px;
}