diff --git a/button.scss b/button.scss index a428a85..0bff0ba 100644 --- a/button.scss +++ b/button.scss @@ -12,7 +12,7 @@ button, input[type="submit"], input[type="button"], a.button { background: var(--button-colored-background); color: var(--text-on-background-color-2); margin: 0; - padding: 0; + padding: 0 1rem 0 1rem; flex: 0; height: 32px; border: none; diff --git a/styles.css b/styles.css index 3bb9726..edb1eda 100644 --- a/styles.css +++ b/styles.css @@ -3843,7 +3843,7 @@ button, input[type="submit"], input[type="button"], a.button { background: var(--button-colored-background); color: var(--text-on-background-color-2); margin: 0; - padding: 0; + padding: 0 1rem 0 1rem; flex: 0; height: 32px; border: none;