mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Merge branch 'master' of https://github.com/m5stack/m5-docs
This commit is contained in:
@@ -203,10 +203,8 @@ body[data-page="en/arduino/arduino_home_page.md"] article.markdown-section {
|
||||
overflow: hidden;
|
||||
height: 0px;
|
||||
background-color: #fff;
|
||||
/* border: 1px solid rgba(0,0,0,.15);
|
||||
border-radius: .25rem; */
|
||||
transition:all .25s ease;
|
||||
left: -50%;
|
||||
left: -50px;
|
||||
text-align: center;
|
||||
top: 40px;
|
||||
z-index: 1001;
|
||||
@@ -945,8 +943,8 @@ mark {
|
||||
|
||||
.anchor-box {
|
||||
position: fixed;
|
||||
top: 35%;
|
||||
left: 3%;
|
||||
top: 30%;
|
||||
left: 25px;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
flex-direction:column;
|
||||
@@ -1007,6 +1005,20 @@ mark {
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 1450px) {
|
||||
.anchor-box {
|
||||
left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 1170px) {
|
||||
.anchor-box {
|
||||
left: -40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
|
||||
.anchor-box {
|
||||
|
||||
+58
-479
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user