mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-06 13:56:14 +08:00
Remove bottom margin from announcement
This commit is contained in:
parent
03afe4c4d6
commit
3f4699655c
@ -7,7 +7,7 @@ const { announcement } = toRefs(props);
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div :style="'background-color:' + announcement.color" class="mb-2 p-2 text-center">
|
<div :style="'background-color:' + announcement.color" class="p-2 text-center">
|
||||||
{{ announcement.text }}
|
{{ announcement.text }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user