diff --git a/web/style.css b/web/style.css index 582ee72..0e20be6 100644 --- a/web/style.css +++ b/web/style.css @@ -139,6 +139,7 @@ header#connection-bar { align-items: flex-start; gap: 1.5em; margin: 1em 0; + font-size: 2em; } /* --- Pot visualization --- */ @@ -147,7 +148,7 @@ header#connection-bar { flex-shrink: 0; } #pot-svg { - width: 144px; + width: 288px; height: auto; display: block; }