Skip to content

Commit fd76694

Browse files
committed
update css avater and name
1 parent b072953 commit fd76694

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

static/self/css/default.css

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ body {
77

88
/* index */
99
.about {
10-
margin-top: 40px;
10+
margin-top: 10px;
1111
width: 100%;
1212
/* height: 500px; */
1313
margin-bottom: 20px;
1414
}
1515

1616
.about_left {
17-
margin-top: 40px;
17+
margin-top: 30px;
1818
text-align: center;
1919
padding: 30px 10px;
2020
position: relative;
@@ -29,18 +29,17 @@ body {
2929
.about_portrait {
3030
width: 200px;
3131
height: 200px;
32-
margin: 20px auto;
3332
border-radius: 50%;
3433
object-fit: cover;
3534
}
3635

3736
.about_left > h1 {
3837
font-weight: 600;
39-
font-size: 3rem;
38+
font-size: 2rem;
4039
letter-spacing: -0.25px;
4140
line-height: 1.125;
4241
color: #022144;
43-
margin-bottom: 30px;
42+
margin-bottom: 0px;
4443
}
4544

4645
.about_left > h2 {

0 commit comments

Comments
 (0)