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;