Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Fix color bar width
Browse files Browse the repository at this point in the history
  • Loading branch information
jolaleye committed May 16, 2019
1 parent 6ec7f39 commit b766645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {

<style scoped>
.color {
width: 100vw;
width: 100%;
height: 0.5em;
background: linear-gradient(
to right,
Expand Down

0 comments on commit b766645

Please sign in to comment.