Skip to content

Commit

Permalink
修改style和html的一些问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwudao committed Aug 11, 2020
1 parent 53987f8 commit a4cf787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>
<header>
<div class="brand">
<a href="#">
<a href="./">
<img src="https://wimg.misiyu.cn/images/2020/8/2020-08-10_49a0d834c52e8582e77ebfc5bec584e0.png?x-oss-process=style/common"
alt="懒盘聚合搜索">
<span class="title">懒盘搜索</span>
Expand Down
3 changes: 3 additions & 0 deletions src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ header {
.brand {
width: calc(#{$left-site-width} - 2rem);
padding-left: 1rem;
a {
@include a-default;
}
img {
width: 30px;
height: 30px;
Expand Down

0 comments on commit a4cf787

Please sign in to comment.