Files
Jarvis/static/css/layout/base.css
2020-03-13 20:44:22 +03:00

35 lines
493 B
CSS

body, html {
height: 100%;
}
body {
line-height: 1.42;
margin: 0;
font-family: 'OpenSans';
font-weight: bold;
}
.clearfix:after {
content: "";
display: block;
clear: both;
}
* {
box-sizing: border-box;
}
.container {
width: 1060px;
margin: 0 auto;
}
.wrapper {
min-height: 100%;
min-width: 1100px;
overflow: hidden;
}
.wrapper:after {
content: "";
display: block;
height: 77px;
}