diff --git a/style.css b/style.css index 841554c..704be94 100644 --- a/style.css +++ b/style.css @@ -478,8 +478,8 @@ input[type="range"]::-moz-range-thumb { } .theme-buttons-grid { - display: flex; - flex-wrap: wrap; + display: grid; + grid-template-columns: repeat(2, 1fr); gap: 10px; }