We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 547e10b + 1096127 commit 0dba9c4Copy full SHA for 0dba9c4
1 file changed
src/styles/global.css
@@ -365,6 +365,7 @@ html {
365
color: #ffffff;
366
font-weight: 700;
367
letter-spacing: 0.01em;
368
+ text-align: center;
369
text-decoration: none;
370
transition:
371
transform 0.2s ease,
@@ -419,6 +420,14 @@ html {
419
420
outline-offset: 3px;
421
}
422
423
+@media (min-width: 768px) {
424
+ .btn-primary {
425
+ min-height: 2.7rem;
426
+ padding-top: 0.65rem;
427
+ padding-bottom: 0.65rem;
428
+ }
429
+}
430
+
431
/* Fix icon alignment in buttons */
432
svg.inline-block {
433
vertical-align: middle;
0 commit comments