Skip to content

Commit e86f260

Browse files
author
linuxjava7
committed
fix button centering and button on smaller screens
1 parent 4ef7a7e commit e86f260

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

css/index.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
605605
font-size: 80%;
606606
display: inline-table;
607607
transition: transform 200ms var(--slickease);
608+
align-items: center;
609+
text-align: center;
608610
}
609611

610612
.card .btn svg {
@@ -813,8 +815,8 @@ footer {
813815
padding: 1rem;
814816
}
815817

816-
.card .btn {
817-
margin: 0.5rem 0 0;
818+
.card .btn,
819+
.card .btn .front {
818820
display: block;
819821
max-width: 100%;
820822
border-radius: 6px;

0 commit comments

Comments
 (0)