Skip to content

Commit

Permalink
fix: header updates (#1231)
Browse files Browse the repository at this point in the history
* fix: header updates
  • Loading branch information
dionizh authored Sep 14, 2021
1 parent 77e894d commit 2ae6c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game/templates/game/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% block subNav %}
{{ block.super }}
<div class="banner banner--teacher row">
<div class="col-sm-4 col-sm-offset-2">
<div class="col-sm-5 col-sm-offset-2">
<h1 class="banner__text--primary">Rapid Router</h1>
<h4>Rapid router has been created to teach the first principles of computer programming.</h4>
</div>
Expand Down
4 changes: 2 additions & 2 deletions game/templates/game/level_selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
{% endblock nav_ocargo_levels %}

{% block content %}
<div class="container">
<h1 class="text-center">{% trans "Levels" %}</h1>
<div class="container background">
<h4 class="text-center">{% trans "Levels" %}</h4>
<div id="episodes">
{% for episode in episodeData %}
<div class="panel">
Expand Down

0 comments on commit 2ae6c24

Please sign in to comment.