diff --git a/src/App.vue b/src/App.vue index 1226294..299326e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -93,9 +93,9 @@ export default class App extends Vue { position: absolute; margin-left: 0%; width: 100%; - height: .15rem; + height: .1em; - background: #3333be; + background: #5f50bf; transition: width .2s ease-in-out, margin-left .2s ease-in-out; @@ -106,7 +106,6 @@ export default class App extends Vue { color: #fff; &:after { - margin-left: 5%; width: 90%; } }