add docs title

This commit is contained in:
liuboaibc 2020-08-17 17:48:07 +08:00
parent 13b91892a9
commit 8af57fd209
3 changed files with 7 additions and 4 deletions

View File

@ -261,6 +261,7 @@ body {
display: inline;
vertical-align: middle;
font-size: 0;
margin-left: 10px;
li {
display: inline;
@ -298,7 +299,12 @@ body {
a {
color: #3f5264;
}
&:first-child {
margin-left: 0;
}
}
.edit-div {
.icon-span {
background-image: url("/images/docs/edit.svg");

View File

@ -170,10 +170,6 @@
text-align: center;
color: #171c34;
text-shadow: 0 4px 8px rgba(35, 45, 65, 0.1);
@media only screen and (max-width: $mobile-max-width) {
margin-bottom: 20px;
}
}
.md-body h3 {

View File

@ -95,6 +95,7 @@
<div class="content-div main-div">
<div class="md-body">
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
</div>