[Fix]: Fix log size (#148)
parent
a716eea5de
commit
f8fe0cc787
|
@ -1,6 +1,6 @@
|
|||
.header-logo {
|
||||
background-image: url("../image/logo.png");
|
||||
background-size: 200px 40px;
|
||||
background-size: 160px 40px;
|
||||
height: 40px;
|
||||
width: 200px;
|
||||
width: 160px;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.header-logo {
|
||||
background-image: url("../image/logo.png");
|
||||
background-size: 200px 40px;
|
||||
background-size: 160px 40px;
|
||||
height: 40px;
|
||||
width: 200px;
|
||||
width: 160px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue