Skip to content

Commit 07c2347

Browse files
committed
Move flex elements to the top
1 parent 4181e59 commit 07c2347

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

templates/challenge.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
.codemirror-container {
2727
padding: 10px;
2828
display: flex;
29-
justify-content: flex-end;
3029
flex-direction: column;
3130
flex: 4;
3231
}
@@ -65,7 +64,13 @@
6564
<div class="container">
6665
<div class="navigation-container">{% include 'challenge_list.html' %}</div>
6766
<div class="codemirror-container">
68-
<div style="display:flex;justify-content:space-between;align-items:center">
67+
<div
68+
style="
69+
display: flex;
70+
justify-content: space-between;
71+
align-items: center;
72+
"
73+
>
6974
<h2>Challenge - {{name}}</h2>
7075
<p>Python version: {{ python_info }}</p>
7176
</div>

0 commit comments

Comments
 (0)