Merge pull request #234 from T-Zahil/master

Fix text direction error on sidebar of side-bar-rtl resume
This commit is contained in:
Sara Steiert 2020-04-29 21:41:08 +02:00 committed by GitHub
commit f801be3a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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