Skip to content

Instantly share code, notes, and snippets.

@easierbycode
Last active August 9, 2017 20:41
Show Gist options
  • Save easierbycode/ee6747a9370d8cf7ad9fbef7335789f2 to your computer and use it in GitHub Desktop.
Save easierbycode/ee6747a9370d8cf7ad9fbef7335789f2 to your computer and use it in GitHub Desktop.
homeclub-mobile-v2.css
.flex {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
box-sizing: border-box;
}
[layout]>* {
min-height: auto;
min-height: initial
}
.layout-align-center-center,.layout-align-end-center,.layout-align-space-around-center,.layout-align-space-between-center,.layout-align-start-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
max-width: 100%
}
.layout-align-center-center>*,.layout-align-end-center>*,.layout-align-space-around-center>*,.layout-align-space-between-center>*,.layout-align-start-center>* {
max-width: 100%;
box-sizing: border-box
}
.layout-column {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.header {
background-image: url(/assets/images/backgrounds/material-graphite.jpg);
.name {
font-size: 34px;
color: #fff;
}
.profile-image {
margin-right: 24px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment