Skip to content

Commit 85ecd10

Browse files
committed
fix css style;
1 parent 2780036 commit 85ecd10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.hello-world/5.read-video-vue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ button {
434434
margin: 2vmin auto;
435435
text-align: center;
436436
font-size: medium;
437-
width: 80vw;
437+
width: 100%;
438438
}
439439
</style>
440440
```

1.hello-world/5.read-video-vue/src/components/HelloWorld.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ button {
8989
margin: 2vmin auto;
9090
text-align: center;
9191
font-size: medium;
92-
width: 80vw;
92+
width: 100%;
9393
}
9494
</style>

0 commit comments

Comments
 (0)