diff --git a/app/globals.css b/app/globals.css index 467ff6c..d5c77cc 100644 --- a/app/globals.css +++ b/app/globals.css @@ -278,6 +278,13 @@ body { border-radius: 0.25rem; cursor: pointer; font-weight: 500; + display: inline-flex; + align-items: center; + justify-content: center; + height: 2.5rem; + box-sizing: border-box; + text-decoration: none; + font-size: 0.875rem; } .btn-primary:hover { @@ -292,6 +299,12 @@ body { border-radius: 0.25rem; cursor: pointer; font-weight: 500; + display: inline-flex; + align-items: center; + justify-content: center; + height: 2.5rem; + box-sizing: border-box; + font-size: 0.875rem; } .btn-secondary:hover { @@ -306,6 +319,12 @@ body { border-radius: 0.25rem; cursor: pointer; font-weight: 500; + display: inline-flex; + align-items: center; + justify-content: center; + height: 2.5rem; + box-sizing: border-box; + font-size: 0.875rem; } .btn-danger:hover {