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 94d769de71
commit eb3bfc25be
1 changed files with 5 additions and 0 deletions

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 {