mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 20:16:23 +03:00
init
This commit is contained in:
35
static/css/layout/base.css
Normal file
35
static/css/layout/base.css
Normal file
@@ -0,0 +1,35 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user