Add text center

pull/3774/merge
Cagatay Civici 2023-03-21 11:16:27 +03:00
parent 8309633198
commit e74105ca76
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="card flex justify-content-center gap-3"> <div class="card flex justify-content-center gap-3 text-center">
<div :style="{ backgroundColor: 'var(--highlight-bg)', color: 'var(--highlight-text-color)', borderRadius: 'var(--border-radius)', padding: '3rem' }">Highlighted Item</div> <div :style="{ backgroundColor: 'var(--highlight-bg)', color: 'var(--highlight-text-color)', borderRadius: 'var(--border-radius)', padding: '3rem' }">Highlighted Item</div>
<div :style="{ backgroundColor: 'var(--primary-color)', color: 'var(--primary-color-text)', borderRadius: 'var(--border-radius)', padding: '3rem' }">Primary Color</div> <div :style="{ backgroundColor: 'var(--primary-color)', color: 'var(--primary-color-text)', borderRadius: 'var(--border-radius)', padding: '3rem' }">Primary Color</div>
</div> </div>