Skip to content

Commit

Permalink
Bad flex box that only worked on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
KatrinaHoffert committed Mar 10, 2015
1 parent b6023e9 commit b0965f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ body {
.smallPadding {
flex: 1;
width: 100%;
flex: 1 0 auto
}

.footer {
background-color: #479432;
color: white;
height: 1.5em;
padding: 0 0.5em;
flex-shrink: 0;

a {
color: white;
Expand All @@ -86,6 +88,10 @@ body {
}
}

.largeHeading, .smallHeading {
flex-shrink: 0;
}

/* The heading for the main page, where it takes up a larger portion of the screen. */
.largeHeading {
background-color: #479432;
Expand Down

0 comments on commit b0965f5

Please sign in to comment.