diff --git a/samples/calc-01/index.css b/samples/calc-01/index.css index b11a448..6dc985b 100644 --- a/samples/calc-01/index.css +++ b/samples/calc-01/index.css @@ -277,14 +277,6 @@ select { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); } -.group-title { - margin: 0 0 10px; - color: #dce4f0; - font-size: 12px; - text-transform: uppercase; - letter-spacing: 0.14em; -} - .key-grid { display: grid; gap: 10px; diff --git a/samples/calc-01/index.html b/samples/calc-01/index.html index 5823fca..6cc199b 100644 --- a/samples/calc-01/index.html +++ b/samples/calc-01/index.html @@ -47,17 +47,14 @@