Style tweaks and refactoring
This commit is contained in:
@ -14,10 +14,9 @@ html {
|
||||
|
||||
body {
|
||||
padding-top: 60px;
|
||||
margin-bottom: 90px;
|
||||
margin-bottom: 120px;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
@ -35,7 +34,7 @@ footer {
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
background-image: url(../img/npm-logo.png);
|
||||
background-image: url(../img/npm.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 40px;
|
||||
background-position: left center;
|
||||
|
@ -7,6 +7,11 @@
|
||||
@brand-danger: #de4b33;
|
||||
@brand-info: #5bc0dd;
|
||||
|
||||
// Typography
|
||||
// -------------------------
|
||||
|
||||
@headings-font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
|
||||
|
||||
// Buttons
|
||||
// -------------------------
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
BIN
public/img/npm.png
Normal file
BIN
public/img/npm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user