From 320c902b5841a804cc16e4b06cb2cab0b67084a6 Mon Sep 17 00:00:00 2001 From: earlaud Date: Thu, 16 May 2024 13:50:52 +0200 Subject: [PATCH] Cleaner/smoother card for robot list --- Robots/index.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Robots/index.markdown b/Robots/index.markdown index ee87eee..97776b0 100644 --- a/Robots/index.markdown +++ b/Robots/index.markdown @@ -27,7 +27,9 @@ title: Robots .robot-card { display:flex; margin:5%; - border:solid black 1px; + border:solid rgba(0, 0, 0, 0) 1px; + box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); + border-radius: 10px; cursor: pointer; }