mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
add docs title
This commit is contained in:
parent
13b91892a9
commit
8af57fd209
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@
|
|||
|
||||
<div class="content-div main-div">
|
||||
<div class="md-body">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue