first commit
This commit is contained in:
23
xxx/app/public/css/xxx.css
Normal file
23
xxx/app/public/css/xxx.css
Normal file
@@ -0,0 +1,23 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user