Skip to content

Commit

Permalink
Fix centering of front page text
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Sep 23, 2024
1 parent 79f4e00 commit 29fd2f0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions stregsystem/templates/stregsystem/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
<style>
#instructions {
text-align: initial;

& > p {
font-weight: bold;
text-align: center;
margin-top: 0;
margin-bottom: .3em;
}
}
#focusform {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
</style>
{% endblock %}
Expand All @@ -22,13 +33,13 @@
<main class="center">
<div id="instructions">
{% block instructions %}
<b>Du kan "sætte streger" på to forskellige måder:</b>
<p>Du kan "sætte streger" på to forskellige måder:</p>
<ol>
<li><span>Indtast dit brugernavn nedenfor.
Du vil så blive præsenteret for en interaktiv menu.</span></li>
<li><span>Indtast dit brugernavn <em>og</em> et eller flere produkt
ID{#'er#} (adskilt med "space").
Købet vil blive direkte registreret uden yderligere input.
Købet vil blive<br>direkte registreret uden yderligere input.
Under feltet vil der vises en bekræftelse af købet.</span></li>
</ol>
{% endblock %}
Expand Down

0 comments on commit 29fd2f0

Please sign in to comment.