11 lines
120 B
SCSS
Vendored
11 lines
120 B
SCSS
Vendored
.header {
|
|
height: 110px;
|
|
}
|
|
.header .logo {
|
|
float: left;
|
|
margin-top: 18px;
|
|
}
|
|
.header .logo img {
|
|
height: 75px;
|
|
}
|