Remove mad margin on .title
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
62e73e2e6c
commit
d570f44384
@ -30,6 +30,6 @@ export default class RecentEventCardWrapper extends Vue {
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
p.time {
|
p.time {
|
||||||
color: $orange-2;
|
color: $violet-3;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -128,10 +128,6 @@ $subtitle-size: 32px;
|
|||||||
$subtitle-sub-size: 30px;
|
$subtitle-sub-size: 30px;
|
||||||
$subtitle-sup-size: 15px;
|
$subtitle-sup-size: 15px;
|
||||||
|
|
||||||
.title {
|
|
||||||
margin: 30px auto 45px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
background: $secondary;
|
background: $secondary;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
Loading…
Reference in New Issue
Block a user