Skip to content

Commit

Permalink
fix: align play icon (#2818)
Browse files Browse the repository at this point in the history
* align play icon
* fix center horizontally
  • Loading branch information
rluvaton committed Apr 25, 2024
1 parent 3cfa678 commit 4e4a963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/styles/inline-demo.css
Expand Up @@ -12,8 +12,8 @@
border: 2px solid var(--vt-c-green);
margin-right: 8px;
margin-left: 4px;
line-height: 15px;
padding-left: 4.5px;
line-height: 16px;
padding-left: 4.2px;
font-size: 11px;
}

Expand Down

0 comments on commit 4e4a963

Please sign in to comment.