Fix text direction error on sidebar of side-bar-rtl resume

This commit is contained in:
Thomas Sanlis 2018-02-02 10:00:46 +01:00
parent 0c0c5f89c4
commit a201727275

View File

@ -158,6 +158,7 @@ export default Vue.component(name, getVueOptions(name));
text-align:center;
letter-spacing:2px;
margin-bottom:3px;
direction: ltr;
a {
color:black;
}