fixed RTL orientation

This commit is contained in:
Yoav Maman 2017-10-05 23:16:21 +03:00
parent c0a8bd45f7
commit dd559fb7f1

View File

@ -101,6 +101,7 @@ export default Vue.component(name, getVueOptions(name));
font-family:'Raleway', sans-serif;
padding-bottom:50px;
text-align:right;
direction: rtl;
a, a:focus, a:hover, a:visited {
text-decoration:none;
}
@ -219,7 +220,6 @@ export default Vue.component(name, getVueOptions(name));
margin:3px;
float:right;
font-size:13px;
text-align:left;
.skill-name {
text-align:center;
position:absolute;