Skip to content

Commit

Permalink
docs: Fix mobile logo collapsed (ant-design#20556)
Browse files Browse the repository at this point in the history
* docs: Fix mobile logo collapsed

* fix lint
  • Loading branch information
zombieJ authored Dec 31, 2019
1 parent 8704569 commit 8ab2199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions site/theme/static/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
box-shadow: none;

#logo {
padding-right: 16px;
padding-left: 0;
}

Expand Down
5 changes: 1 addition & 4 deletions site/theme/static/responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@
text-align: center;
#logo {
float: initial;

img:last-child {
margin-right: 0;
}
padding-right: 0;
}
}
#search-box {
Expand Down

0 comments on commit 8ab2199

Please sign in to comment.