Fix big images on timeline at small withs

stable
Xavier Julián 2015-06-17 08:59:49 +02:00 committed by David Barragán Merino
parent 04c877b066
commit b96d1b09d0
2 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,8 @@
}
img {
max-height: 640px;
max-width: 100%;
max-width: 640px;
width: 100%;
}
.activity-info {
align-items: center;

View File

@ -35,11 +35,13 @@
}
.timeline {
flex: 1;
flex-shrink: 3;
margin-right: 1rem;
max-width: 800px;
width: 0;
}
.involved-data {
flex-basis: 220px;
flex-shrink: 0;
width: 220px;
}
.involved-team,