Skip to content

Commit 9020fef

Browse files
authored
Update index.html
fix button font-size fault
1 parent db5a034 commit 9020fef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Wenjie Zhang (张文杰)</title>
77
</head>
88
<body>
9-
<h1 class="name">张文杰 (Wenjie Zhang)</h1>
9+
<h1 class="name">Wenjie Zhang (张文杰)</h1>
1010
<header>
1111
<div class="info">
1212
<h3>Ph.D. Student (from Fall 2023)</h3>
@@ -15,7 +15,6 @@ <h3>Ph.D. Student (from Fall 2023)</h3>
1515
, Institute of advanced Technology, <br>
1616
Address: 1800 Lihu Avenue, Wuxi, Jiangsu, China.
1717
</p>
18-
<!-- <p><a href="https://www.jiangnan.edu.cn" target="_blank">江南大学</a>, 先进技术研究院</p> -->
1918
<p>Email: <span>wenjie.zhang@stu.jiangnan.edu.cn</span></p>
2019
<p class="actions">
2120
<button><a href="https://github.com/xerrors">View My GitHub</a></button>
@@ -90,7 +89,7 @@ <h2>Awards</h2>
9089
header p.actions {
9190
margin: 0;
9291
align-self: center;
93-
font-size: 1.5em;
92+
font-size: 1rem;
9493
}
9594

9695
header p.actions button {
@@ -105,6 +104,7 @@ <h2>Awards</h2>
105104
header p.actions button > a {
106105
color: #3367d1;
107106
text-decoration: none;
107+
font-size: 1rem
108108
}
109109

110110
header p.actions button:hover {

0 commit comments

Comments
 (0)