Merge branch 'master' of github.com:m5stack/m5-docs

This commit is contained in:
Sean
2020-02-27 20:55:37 +08:00
3 changed files with 13 additions and 3 deletions
+1
View File
File diff suppressed because one or more lines are too long
+10 -1
View File
@@ -954,7 +954,7 @@ mark {
}
.anchor-box img {
.anchor-box img{
width: 30px;
height: 31px;
@@ -962,6 +962,11 @@ mark {
margin-top: 2px;
}
.anchor-box svg{
margin-left: 10px;
margin-top:2px;
}
.anchor-box > a {
display: -webkit-flex;
display: flex;
@@ -998,6 +1003,10 @@ mark {
margin-left: 6px;
}
.anchor-box svg {
margin-left: 12px;
margin-top: 4px;
}
.anchor-active {
background-color: #007aff !important;
box-shadow: 4px 4px 8px 0px #aeaeae !important;
+2 -2
View File
File diff suppressed because one or more lines are too long