fix(docs): documentation style (#6952)

- Fix documentation style
This commit is contained in:
JeremyWuuuuu 2022-04-01 16:11:57 +08:00 committed by GitHub
parent 209f505a27
commit c51af37761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,13 +45,23 @@ h5,
h6 {
margin: 0;
line-height: 1.25;
display: flex;
align-items: center;
position: relative;
}
// Special case for handling tagged header.
.el-tag {
margin-left: 8px;
.doc-content {
h1,
h2,
h3,
h4,
h5,
h6 {
display: flex;
align-items: center;
position: relative;
// Special case for handling tagged header.
.el-tag {
margin-left: 8px;
}
}
}