mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-21 06:51:19 +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>
|
||||
|
||||
<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 }}
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user