We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b072953 commit fd76694Copy full SHA for fd76694
static/self/css/default.css
@@ -7,14 +7,14 @@ body {
7
8
/* index */
9
.about {
10
- margin-top: 40px;
+ margin-top: 10px;
11
width: 100%;
12
/* height: 500px; */
13
margin-bottom: 20px;
14
}
15
16
.about_left {
17
+ margin-top: 30px;
18
text-align: center;
19
padding: 30px 10px;
20
position: relative;
@@ -29,18 +29,17 @@ body {
29
.about_portrait {
30
width: 200px;
31
height: 200px;
32
- margin: 20px auto;
33
border-radius: 50%;
34
object-fit: cover;
35
36
37
.about_left > h1 {
38
font-weight: 600;
39
- font-size: 3rem;
+ font-size: 2rem;
40
letter-spacing: -0.25px;
41
line-height: 1.125;
42
color: #022144;
43
- margin-bottom: 30px;
+ margin-bottom: 0px;
44
45
46
.about_left > h2 {
0 commit comments