We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef7a7e commit e86f260Copy full SHA for e86f260
css/index.css
@@ -605,6 +605,8 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
605
font-size: 80%;
606
display: inline-table;
607
transition: transform 200ms var(--slickease);
608
+ align-items: center;
609
+ text-align: center;
610
}
611
612
.card .btn svg {
@@ -813,8 +815,8 @@ footer {
813
815
padding: 1rem;
814
816
817
- .card .btn {
- margin: 0.5rem 0 0;
818
+ .card .btn,
819
+ .card .btn .front {
820
display: block;
821
max-width: 100%;
822
border-radius: 6px;
0 commit comments