Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix #2516; Tweak flex syntax so shot pages work on IE 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhirsch committed Jun 21, 2017
1 parent 2cc68ad commit 33d2ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/frame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@

.clip-container {
@include flex-container(row, center, center);
flex: 1;
flex: 0 auto;
margin: 20px auto;
max-width: 90%;
}
Expand Down

0 comments on commit 33d2ae5

Please sign in to comment.