Skip to content

Commit 3c9c123

Browse files
committed
fix(UI): Small CSS fix for exercise lists on small screens
Closes #574
1 parent a242084 commit 3c9c123

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

static/css/learnocaml_main.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,11 +590,9 @@ body {
590590
margin: 0 0 30px 0;
591591
}
592592
#learnocaml-main-exercise-list .exercise > .stats > .stars {
593-
position: absolute;
594593
line-height: 20px;
595594
height: 30px;
596-
bottom: 0; left: 10px;
597-
vertical-align: bottom;
595+
left: 10px;
598596
}
599597
#learnocaml-main-exercise-list .exercise > .stats > .length {
600598
position: absolute;

0 commit comments

Comments
 (0)