From 38ce523e7c8ec913b1b75dcae96c4cc3fa0d6248 Mon Sep 17 00:00:00 2001 From: elijahr2411 Date: Wed, 1 Feb 2023 08:42:58 -0500 Subject: [PATCH] fix hover --- dist/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/style.css b/dist/style.css index 5b6ca3e..954c420 100644 --- a/dist/style.css +++ b/dist/style.css @@ -23,7 +23,7 @@ #vmlist > div.row > div { padding-bottom: 10px; } -#vmlist div.col-sm-4 > div.card:hover { +#vmlist div.col-md-3 > div.card:hover { cursor: pointer; border-color: rgb(8, 121, 250); }