diff --git a/main.css b/main.css index 3a3da94..d322d54 100644 --- a/main.css +++ b/main.css @@ -264,6 +264,10 @@ code .copy-btn { } code.brew { - font-size: 14px; + font-size: 12px; + } + + code .copy-btn { + display: none; } } \ No newline at end of file