13 lines
124 B
CSS
13 lines
124 B
CSS
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
body > .container {
|
|
padding-top: 60px;
|
|
}
|