6 lines
164 B
CSS
6 lines
164 B
CSS
body .navbar .brand:first-of-type {
|
|
background: url(./images/logo.png) center left no-repeat;
|
|
background-size: 32px 32px;
|
|
padding-left: 40px;
|
|
margin: 0.5em 0;
|
|
} |