Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f475776

Browse files
committed
Small correction of styling
1 parent 4363a2e commit f475776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/css/directives/challenge-tile.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ challenge-tile .challenge.tile-view {
111111
flex-direction: column;
112112
align-items: center;
113113
justify-content: center;
114+
padding: 12px 0;
114115
flex: 2;
115116
}
116117

@@ -283,6 +284,7 @@ challenge-tile .challenge.tile-view {
283284
@media only screen and (max-width: 768px) {
284285
.active-challenge {
285286
height: auto;
287+
margin: auto;
286288
}
287289
}
288290
.completed-challenge {

0 commit comments

Comments
 (0)