Skip to content

Commit ed96ea7

Browse files
committed
Move Xylect link to the bottom
1 parent 01c4a77 commit ed96ea7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

templates/challenge.html

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
display: flex;
108108
justify-content: space-between;
109109
gap: 24px;
110+
flex: 0.9 0 auto;
110111
}
111112

112113
/* Code Editor Area */

templates/components/challenge_area.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<div class="challenge-header__title">
33
<span>Challenge - {{ name }}</span>
44
{%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-
>
105
</div>
116
<p class="challenge-header__exerpt">
127
Complete code following the instructions, so that lines followed by
@@ -72,6 +67,14 @@
7267
</div>
7368
</div>
7469

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+
7578
<script type="module">
7679
import passedState from "{{ url_for('static', filename='js/passed-state.js')}}";
7780

0 commit comments

Comments
 (0)