From 45decdb1104382ff11be9486287c6edfe6c9bbda Mon Sep 17 00:00:00 2001 From: NotNite Date: Sat, 29 Apr 2023 12:12:32 -0400 Subject: [PATCH] resize check --- src/components/Connection.module.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Connection.module.css b/src/components/Connection.module.css index 1977e7a..7ef9786 100644 --- a/src/components/Connection.module.css +++ b/src/components/Connection.module.css @@ -11,12 +11,18 @@ text-align: left; } -.connection svg { +.connection .iconContainer > svg { width: 3rem; height: 3rem; margin-left: auto; } +.connection > svg { + width: 2rem; + height: 2rem; + margin-left: auto; +} + .connection .dot { width: 1rem; height: 1rem;