Make docs more mobile friendly
This commit is contained in:
parent
7700afda2b
commit
864b57aac1
7 changed files with 62 additions and 20 deletions
|
@ -34,12 +34,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
& .icon {
|
||||
transition: transform var(--animation-time);
|
||||
transform-origin: 50% 60%;
|
||||
transform-origin: 50% 50%;
|
||||
position: relative;
|
||||
top: 0.125rem;
|
||||
}
|
||||
|
||||
.icon-open {
|
||||
& .icon-open {
|
||||
transform: rotate(179deg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue