diff --git a/static/styles.css b/static/styles.css index 2ee936f..3f23156 100644 --- a/static/styles.css +++ b/static/styles.css @@ -195,13 +195,20 @@ h2 { } .btn { - display: inline-block; + display: inline-flex; + align-items: center; + justify-content: center; min-height: 44px; padding: 0.7rem 1rem; border: 2px solid #000; + background: none; text-decoration: none; color: #000; + font-family: inherit; + font-size: inherit; font-weight: bold; + cursor: pointer; + box-sizing: border-box; } code {