fix(aio): ensure header-links are visible at <600px (#21695)
PR Close #21695
This commit is contained in:
parent
2d19e7bbea
commit
b313976ac1
@ -13,6 +13,11 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
float: right;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .header-link {
|
&:hover .header-link {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user