diff --git a/front/style/home.css b/front/style/home.css index 63795eb..1194514 100644 --- a/front/style/home.css +++ b/front/style/home.css @@ -88,9 +88,11 @@ overflow: hidden ; } .dataTactic { - border : 3px solid black; + border : 2px solid black; + /* border-radius: 10%; */ } .dataTactic:hover { background-color: red; + cursor : pointer; } \ No newline at end of file