We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f81ce6 + 0f2de88 commit d1c2e52Copy full SHA for d1c2e52
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