2015-12-23 13:57:13 +01:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2016-01-01 18:06:27 +01:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2015-12-23 13:57:13 +01:00
|
|
|
}
|
2015-12-18 16:50:36 +01:00
|
|
|
|
|
|
|
body {
|
2015-12-23 13:57:13 +01:00
|
|
|
background: #fafafa;
|
|
|
|
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
|
color: #333;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2016-01-01 18:06:27 +01:00
|
|
|
overflow-x: hidden;
|
2015-12-18 16:50:36 +01:00
|
|
|
}
|