Demo update and

pull/310/head
cagataycivici 2020-04-30 22:56:00 +03:00
parent 7c073a03c6
commit 826c61ebba
1 changed files with 6 additions and 7 deletions

View File

@ -39,18 +39,17 @@ export default {
<style scoped lang="scss"> <style scoped lang="scss">
/deep/ .tabmenudemo-content { /deep/ .tabmenudemo-content {
display: flex;
align-items: center;
padding: 1em;
h1 { h1 {
font-weight: 400; font-weight: 400;
display: inline-block; font-size: 16px;
vertical-align: middle;
font-size: 24px;
margin-top: 1em;
} }
i { i {
vertical-align: middle; margin-right: .5em;
font-size: 2em;
margin-top: .3em;
} }
} }
</style> </style>