Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Created May 7, 2014 07:24
Show Gist options
  • Save NatalieMac/eb6908fc734e6f22bbb5 to your computer and use it in GitHub Desktop.
Save NatalieMac/eb6908fc734e6f22bbb5 to your computer and use it in GitHub Desktop.
Table layout fix
.site {
display: table;
height: 100%;
table-layout: fixed;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment