Skip to content

Commit

Permalink
Fixes based on #16 feedback
Browse files Browse the repository at this point in the history
- Changed alignment for 6 and 7, so h1 is centered, but rest of flex is left-aligned
- Changed h1 to Gwardia Hub
- Changed h2 to Project goal
- Deleted not used justify content in line 8
  • Loading branch information
Kubaryt committed Mar 23, 2024
1 parent 1867d2b commit 632140a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/templates/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{% block title %}Strona Główna{% endblock %}

{% block content %}
<div class="flex flex-col flex-nowrap items-center">
<h1 class="text-4xl font-bold underline text-red-600 mt-10 mb-16">Gwardia Czapli</h1>
<div class="flex flex-col flex-nowrap items-start mr-auto ml-16">
<h2 class="text-3xl -ml-4">Gwardia Hub website</h2>
<div class="flex flex-col flex-nowrap items-start">
<h1 class="text-4xl font-bold underline mt-10 mb-16 self-center">Gwardia Hub</h1>
<div class="flex flex-col flex-nowrap items-start ml-20">
<h2 class="text-3xl -ml-4">Project goal</h2>
<p class="text-baseline mt-4">Our project goal is to make website with three modules:</p>
<ol class="text-baseline mt-4 ml-4 list-decimal list-inside">
<li>Class module with daily school information</li>
Expand Down

0 comments on commit 632140a

Please sign in to comment.