Skip to content

Commit 0dba9c4

Browse files
authored
Merge pull request #2 from averageksp/main
Make the Download button's height smaller
2 parents 547e10b + 1096127 commit 0dba9c4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/styles/global.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ html {
365365
color: #ffffff;
366366
font-weight: 700;
367367
letter-spacing: 0.01em;
368+
text-align: center;
368369
text-decoration: none;
369370
transition:
370371
transform 0.2s ease,
@@ -419,6 +420,14 @@ html {
419420
outline-offset: 3px;
420421
}
421422

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+
422431
/* Fix icon alignment in buttons */
423432
svg.inline-block {
424433
vertical-align: middle;

0 commit comments

Comments
 (0)