Skip to content

Commit

Permalink
added alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejsharapov authored Sep 19, 2022
1 parent a6d548e commit 5a5fcff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
#app
.container
h1.message {{ package.title }}
strong for
strong
|
| for
span Vue

p {{ package.desc }}
Expand Down Expand Up @@ -57,6 +59,7 @@ body {
max-width: 86vw;
margin: auto;
padding: calc(var(--base-size) * 6);
text-align: center;
}
.message {
Expand Down

0 comments on commit 5a5fcff

Please sign in to comment.