7 lines
105 B
SCSS
7 lines
105 B
SCSS
header.navbar {
|
|
background-color: #e0e0e0;
|
|
.navbar-brand img {
|
|
max-height: 80px;
|
|
}
|
|
}
|