Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
center
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 27, 2024
1 parent fa5e6b4 commit 6c3b892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
}

function createCardBody(template) {
var cardBody = $('<div>').addClass('card-body bg-secondary');
var cardBody = $('<div>').addClass('card-body bg-secondary text-center');
var icon = $('<i>').addClass('bi bi-pc-display');
var img = $('<div>').addClass('text-center').append(icon);
var form = createForm(template);
Expand Down

0 comments on commit 6c3b892

Please sign in to comment.