File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 107
107
display : flex;
108
108
justify-content : space-between;
109
109
gap : 24px ;
110
+ flex : 0.9 0 auto;
110
111
}
111
112
112
113
/* Code Editor Area */
Original file line number Diff line number Diff line change 2
2
< div class ="challenge-header__title ">
3
3
< span > Challenge - {{ name }}</ span >
4
4
{%include 'components/badge.html' with context %}
5
- < span style ="font-weight: 600; margin-left: auto "
6
- > 🥰 Like type challenges? I also built
7
- < a target ="_blank " href ="https://xylect.app "> Xylect</ a > , one-click AI-search for
8
- Mac</ span > </ span
9
- >
10
5
</ div >
11
6
< p class ="challenge-header__exerpt ">
12
7
Complete code following the instructions, so that lines followed by
72
67
</ div >
73
68
</ div >
74
69
70
+ < div >
71
+ < span style ="font-weight: 400; line-height: 2em; "
72
+ > 🥰 Like type challenges? I also built
73
+ < a target ="_blank " href ="https://xylect.app "> Xylect</ a > , a one-click AI-search app for
74
+ Mac</ span > </ span
75
+ >
76
+ </ div >
77
+
75
78
< script type ="module ">
76
79
import passedState from "{{ url_for('static', filename='js/passed-state.js')}}" ;
77
80
You can’t perform that action at this time.
0 commit comments