You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* Core */
|
|
*{
|
|
box-sizing: border-box;
|
|
}
|
|
html,body{height:100%}
|
|
html{font-size:10px}
|
|
body{
|
|
font:1.6rem/1.62 sans-serif;color:$content;
|
|
display:-webkit-flex;display:-ms-flexbox;display:flex;
|
|
flex-direction:column}
|
|
main{
|
|
flex:1 0 auto;
|
|
margin-top:5.31rem;
|
|
}
|
|
|
|
img{
|
|
display:block;
|
|
}
|
|
|