Fix buttons because of new font

stable
Xavier Julián 2015-10-29 13:16:47 +01:00
parent 012dbf27e2
commit 597ff9bd7d
2 changed files with 2 additions and 2 deletions

View File

@ -680,7 +680,7 @@
"PROFILE_SIDEBAR": {
"TITLE": "Your profile",
"DESCRIPTION": "People can see everything you do and what are you working on. Add a nice bio to give an enhanced version of your information.",
"ADD_INFO": "Edit your bio"
"ADD_INFO": "Edit bio"
},
"PROFILE_FAVS": {
"FILTER_INPUT_PLACEHOLDER": "Type something...",

View File

@ -7,7 +7,7 @@
color: $white;
cursor: pointer;
display: inline-block;
padding: .4rem 2.5rem;
padding: .4rem 2rem;
text-align: center;
text-transform: uppercase;
transition: all .2s linear;