This commit is contained in:
vany5921
2020-02-24 14:58:59 +08:00
3 changed files with 532 additions and 484 deletions
+17 -5
View File
@@ -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
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long