fix(aio): ensure header-links are visible at <600px (#21695)

PR Close #21695
This commit is contained in:
George Kalpakas 2018-01-16 10:19:26 +02:00 committed by Miško Hevery
parent 2d19e7bbea
commit b313976ac1

View File

@ -13,6 +13,11 @@
text-decoration: none;
vertical-align: middle;
visibility: hidden;
@media (max-width: 600px) {
float: right;
margin-left: 0;
}
}
&:hover .header-link {