aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2020-07-06 14:53:17 +0800
committerGitHub <[email protected]>2020-07-06 14:53:17 +0800
commitbd38c43c32345a5496a05234ecb4fce59a8d1cc9 (patch)
tree41d1ac128599bb79c40c6ef88f84df5c6bd3134a /index.html
parent5e67efa48fd5814ddb41dcfa7e037eb6c5083f2d (diff)
downloadblog.jinwei.me-bd38c43c32345a5496a05234ecb4fce59a8d1cc9.tar.gz
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/index.html b/index.html
index 8de39dd..7ba0225 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,11 @@
13 color: #3e4349; 13 color: #3e4349;
14 padding: 0 30px 0 30px; 14 padding: 0 30px 0 30px;
15 hyphens: auto; 15 hyphens: auto;
16 text-align: inherit; 16 text-align: center;
17 }
18 .body-container {
19 display: inline-block;
20 text-align: left;
17 } 21 }
18 div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6, body{ 22 div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6, body{
19 font-family: Roboto, sans-serif; 23 font-family: Roboto, sans-serif;
@@ -80,7 +84,7 @@
80<div class="document"> 84<div class="document">
81 <div class="documentwrapper"> 85 <div class="documentwrapper">
82 <div class="body" role="main"> 86 <div class="body" role="main">
83 <div> 87 <div class="body-container">
84 <h1>Hello World</h1> 88 <h1>Hello World</h1>
85 <div> 89 <div>
86 <h2>Updates</h2> 90 <h2>Updates</h2>
Powered by cgit v1.2.3 (git 2.41.0)