Remove mad margin on .title

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
chapril-v3
Thomas Citharel 2 years ago
parent 62e73e2e6c
commit d570f44384
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773

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

@ -128,10 +128,6 @@ $subtitle-size: 32px;
$subtitle-sub-size: 30px;
$subtitle-sup-size: 15px;
.title {
margin: 30px auto 45px;
}
.subtitle {
background: $secondary;
display: inline;

Loading…
Cancel
Save