diff --git a/src/components/Explore.vue b/src/components/Explore.vue index a28e41b..cc8a36a 100644 --- a/src/components/Explore.vue +++ b/src/components/Explore.vue @@ -4,11 +4,13 @@
-

{{ world.time.format("MMMM Do Y") }}

{{ world.time.format("hh:mm:ss a") }}

- +
+ + +
@@ -146,6 +148,10 @@ export default class Explore extends Vue { font-size: 1.25rem; } +.explore-statblock { + grid-area: statblock; +} + .explore-info { grid-area: info; background: #333; diff --git a/src/components/Profile.vue b/src/components/Profile.vue index 869b8af..05cfcc9 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -1,7 +1,7 @@