mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
update logo style
This commit is contained in:
parent
bee6d0578c
commit
e13a6c2732
@ -142,6 +142,7 @@ header {
|
||||
|
||||
.logo img {
|
||||
float: left;
|
||||
margin-top: -7px;
|
||||
}
|
||||
|
||||
.search {
|
||||
@ -156,7 +157,7 @@ header {
|
||||
.search input[type="text"] {
|
||||
border: transparent;
|
||||
outline: none;
|
||||
width: 150px;
|
||||
width: 160px;
|
||||
height: 22px;
|
||||
padding: 0 0 0 20px;
|
||||
color: #999;
|
||||
|
@ -21,7 +21,7 @@
|
||||
<body class="{%- if post.filepath === 'README.md' %}index-page{%- endif %}">
|
||||
<header id="header">
|
||||
<a class="logo" href="/">
|
||||
<img width="60" style="margin-top: -7px" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg">
|
||||
<img width="60" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg">
|
||||
{{ config.site.name }}
|
||||
</a>
|
||||
<div class="search">
|
||||
|
Loading…
Reference in New Issue
Block a user