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 { img {
max-height: 640px; max-height: 640px;
max-width: 100%; max-width: 640px;
width: 100%;
} }
.activity-info { .activity-info {
align-items: center; align-items: center;

View File

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