diff --git a/index.html b/index.html index 887f4c7..56b9216 100644 --- a/index.html +++ b/index.html @@ -24,10 +24,11 @@ #app { margin: 40vh auto 0; + width: 100%; text-align: center; } - #app * + * { + #app > * + * { margin-top: 20px; } @@ -49,6 +50,11 @@ width: 100%; } + a { + text-decoration: none; + color: inherit; + } + .title { color: #fff3b7; } @@ -60,24 +66,36 @@ .v-enter-from, .v-leave-to { opacity: 0; } + + .rem { + margin-top: 5px; + font-size: 0.7em; + color: #9d9d9d; + user-select: none; + }