mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add anchor nav cover problem
This commit is contained in:
@@ -1005,6 +1005,20 @@ mark {
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 1450px) {
|
||||
.anchor-box {
|
||||
left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 1050px) {
|
||||
.anchor-box {
|
||||
left: -40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
|
||||
.anchor-box {
|
||||
|
||||
Reference in New Issue
Block a user