Skip to content

Commit 5af595c

Browse files
committed
change logo
1 parent 030634e commit 5af595c

File tree

5 files changed

+43
-5
lines changed

5 files changed

+43
-5
lines changed

layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2>{{ .title }}</h2>
1010

1111
<div class="footer-business">
1212
<div class="container">
13-
<img src="/assets/logo2.svg" alt="">
13+
<img src="/assets/logo2-new.svg" alt="">
1414
<span class="icp">{{ .Site.Copyright }}</span>
1515
</div>
1616
</div>

layouts/partials/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="container">
1919
<h1 class="logo">
2020
<a href="#">
21-
<img class="pc-show" src="/assets/logo.svg" alt="openPitrix" height="36">
21+
<img class="pc-show" src="/assets/logo-new.svg" alt="openPitrix" height="23">
2222
<span class="logo1 mobile-show" style="background-image: url('/assets/logo-1.svg');"></span>
2323
<span class="logo2" style="background-image: url('/assets/logo-2.svg');"></span>
2424
</a>

static/assets/logo-new.svg

+19
Loading

static/assets/logo2-new.svg

+19
Loading

static/css/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ body {
6767
.logo {
6868
display: inline-block;
6969
vertical-align: middle;
70-
height: 36px;
71-
margin: 24px 0;
70+
height: 23px;
71+
margin: 30px 0;
7272
}
7373

7474
.header {
@@ -142,7 +142,7 @@ footer {
142142

143143
.footer-business img {
144144
float: left;
145-
margin-top: 16px;
145+
margin-top: 22px;
146146
}
147147

148148
.footer-business .icp {

0 commit comments

Comments
 (0)