Skip to content

Commit

Permalink
docs: ensure consistency in example for class-and-style.mdIn the inli…
Browse files Browse the repository at this point in the history
…ne style are it was written 13 px instead of 30px for the font size. I re write it to 30px (#2007) (#2008)

* fix: align play icon (#2818)

* align play icon
* fix center horizontally

* docs: ensure consistency in example for class-and-style.md (#2822)

In the inline style are it was written 13 px instead of 30px for the font size. I re write it to 30px

---------

Co-authored-by: Raz Luvaton <[email protected]>
Co-authored-by: Anoop B K <[email protected]>
  • Loading branch information
3 people committed Apr 26, 2024
1 parent ec8f528 commit 43935ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/class-and-style.md
Expand Up @@ -296,7 +296,7 @@ CSS プロパティのキーにはキャメルケース(camelCase)が推奨
```js
const styleObject = reactive({
color: 'red',
fontSize: '13px'
fontSize: '30px'
})
```

Expand Down

0 comments on commit 43935ce

Please sign in to comment.