24 lines
302 B
CSS
24 lines
302 B
CSS
body {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
min-height: 0px;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
.navbar {
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
height: 50px;
|
|
}
|
|
|
|
.navbar-brand {
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 2px;
|
|
right: 0px;
|
|
}
|