Improve some styling stuff
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="attemptlist">
|
||||
<h1>Attempt list</h1>
|
||||
<h1>Live Attempts</h1>
|
||||
<p>
|
||||
<b-table
|
||||
responsive="md"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="stats">
|
||||
<h1>Stats!</h1>
|
||||
<h1>Login Stats</h1>
|
||||
<b-card no-body>
|
||||
<b-tabs card>
|
||||
<b-tab title="Totals">
|
||||
@@ -47,7 +47,4 @@ import StatsPie from '@/components/StatsPie.vue';
|
||||
export default class Stats extends Vue {}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.stats {
|
||||
margin: 50px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user