Remove mad margin on .title

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-18 19:28:59 +02:00
parent 62e73e2e6c
commit d570f44384
2 changed files with 1 additions and 5 deletions

View File

@@ -30,6 +30,6 @@ export default class RecentEventCardWrapper extends Vue {
</script>
<style lang="scss" scoped>
p.time {
color: $orange-2;
color: $violet-3;
}
</style>