diff --git a/assets/css/components.css b/assets/css/components.css index eb91904..4af8b51 100644 --- a/assets/css/components.css +++ b/assets/css/components.css @@ -73,8 +73,8 @@ } .nav-icon { - width: 24px; - height: 24px; + width: 20px; + height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; @@ -101,8 +101,8 @@ } .quick-link img { - width: 22px; - height: 22px; + width: 18px; + height: 18px; object-fit: contain; } @@ -165,8 +165,8 @@ .button svg, .button img { - width: 24px; - height: 24px; + width: 18px; + height: 18px; flex: 0 0 auto; object-fit: contain; } @@ -225,15 +225,15 @@ .shield { display: grid; - width: 24px; - height: 24px; + width: 18px; + height: 18px; place-items: center; color: var(--green); } .shield svg { - width: 24px; - height: 24px; + width: 18px; + height: 18px; fill: none; stroke: currentColor; stroke-linecap: round;