We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1408c commit d6d1bdfCopy full SHA for d6d1bdf
src/shared/components/challenge-listing/ChallengeCard/style.scss
@@ -110,6 +110,8 @@ $challenge-radius-4: $corner-radius * 2;
110
// date and technologies
111
.details-footer {
112
margin-top: $challenge-space-10;
113
+ width: max-content;
114
+ width: -webkit-max-content;
115
116
.date {
117
font-size: 12px;
@@ -139,6 +141,12 @@ $challenge-radius-4: $corner-radius * 2;
139
141
.technology:hover {
140
142
background: $tc-dark-blue-30;
143
}
144
+
145
+ button {
146
+ &:last-of-type {
147
+ margin-right: 0;
148
+ }
149
150
151
152
// Challenge prizes
0 commit comments