diff --git a/core/frontend/src/cards/css/button.css b/core/frontend/src/cards/css/button.css index 8c465ce74b..fd45619ef4 100644 --- a/core/frontend/src/cards/css/button.css +++ b/core/frontend/src/cards/css/button.css @@ -14,10 +14,10 @@ a.kg-btn { display: flex; position: static; align-items: center; - padding: 0 2.0rem; - height: 4.0rem; - line-height: 4.0rem; - font-size: 1.65rem; + padding: 0 1.2em; + height: 2.4em; + line-height: 1em; + font-size: 0.95em; font-weight: 600; text-decoration: none; border-radius: 5px;