fix: nav should be left text-aligned

similar to fb, patreon, github and gitlab.
This commit is contained in:
curben 2018-11-09 15:39:00 +10:30
parent 9ba11cff12
commit 565714d32d
1 changed files with 3 additions and 2 deletions

View File

@ -1463,8 +1463,9 @@ pre .keyword {
display: -ms-grid;
border: 2px solid #999;
border-radius: 5px;
padding: 5px;
text-align: center;
margin-left: 5px;
padding: 10px;
text-align: left;
}
}