From b4d0a140ee5d0d23c472bdcc7a32eeaf3cf78ffc Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 23 Jan 2025 09:15:15 -0600 Subject: [PATCH] Rounded borders --- css/auditoria-ux.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/auditoria-ux.css b/css/auditoria-ux.css index 41844c9..c2c9162 100644 --- a/css/auditoria-ux.css +++ b/css/auditoria-ux.css @@ -20,6 +20,9 @@ .detalle { padding: 2rem; +} + +.modal-content:has(.detalle) { border-radius: 2rem; }