Fix buttons because of new font
parent
012dbf27e2
commit
597ff9bd7d
|
@ -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...",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue