1
0

fix footer

This commit is contained in:
2017-12-29 01:14:15 +01:00
parent 3f090d3f4b
commit fb11bdca19
7 changed files with 118 additions and 79 deletions

View File

@@ -1,15 +1,8 @@
@import 'styles_config';
html, body{ height:100%; margin:0; }
body {
margin: 0;
background-color: $COL_BACKGROUND;
color: $COL_TEXT_NORMAL;
display:flex;
flex-direction:column;
}
#content {
@@ -20,8 +13,6 @@ body {
line-height: 1.4;
}
/*############################################################################*/
.content-responsive {
margin-left: auto;
margin-right: auto;