Make the cards way smaller
This commit is contained in:
parent
1bf119d68d
commit
20f7b753e2
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ function multicollab(url) {
|
|||
}
|
||||
vms.push(curr);
|
||||
var div = document.createElement("div");
|
||||
div.classList = "col-sm-4";
|
||||
div.classList = "col-sm-5 col-md-3";
|
||||
var card = document.createElement("div");
|
||||
card.classList = "card bg-dark text-light";
|
||||
card.setAttribute("data-cvm-node", id);
|
||||
|
|
Loading…
Reference in a new issue