Refurnish

This commit is contained in:
Pengzhan Hao
2020-09-15 19:45:37 -04:00
parent d90da16f2c
commit df77702e4c
45 changed files with 729 additions and 1002 deletions
+7 -2
View File
@@ -2,7 +2,7 @@
.post-header {
margin: 0 100px;
margin-bottom: 40px;
padding: 20px;
padding: 0px;
.post-title {
font-size:40px;
font-weight: normal;
@@ -28,14 +28,19 @@
h1,h2,h3,h4,h5,h6 {
color: #000;
}
h1 {
font-size: xx-large;
}
h1, h2 {
// font-weight: bold;
margin-bottom: 10px;
margin-top: 30px;
}
h1, h2, h3 {
border-bottom: 1px solid #CCC;
border-bottom: 1px dotted rgb(63, 63, 63);
}
pre {