mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Merge pull request #3421 from codecombat/AboutPageFixes
Improve responsiveness on fixed nav
This commit is contained in:
commit
8d1c39e714
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,11 @@
|
|||
li
|
||||
height: 22pt
|
||||
display: inline-block
|
||||
margin: 10px 18px 0 18px
|
||||
margin: 10px 0 0
|
||||
@media (min-width: $screen-xs-min)
|
||||
margin: 10px 5px 0
|
||||
@media (min-width: $screen-sm-min)
|
||||
margin: 10px 18px 0
|
||||
a
|
||||
color: white
|
||||
text-transform: uppercase
|
||||
|
|
Loading…
Reference in a new issue