Basic quility of like improvements.

This commit is contained in:
Aaron D. Lee
2025-12-27 13:25:17 -05:00
parent 02c9466102
commit 18fb5059c3
10 changed files with 363 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}Generate Phrase Card - Stegasoo{% endblock %}
{% block title %}Generate Phrase Card - StegoCrypt{% endblock %}
{% block content %}
<div class="row justify-content-center">
@@ -85,15 +85,15 @@
<table class="table table-dark table-hover">
<thead>
<tr>
<th style="width: 120px;">Day</th>
<th style="width: 140px;">Day</th>
<th>Phrase</th>
</tr>
</thead>
<tbody>
{% for day in days %}
<tr>
<td>
<i class="bi bi-calendar-day me-2"></i>{{ day }}
<td class="text-nowrap">
<i class="bi bi-calendar3 me-2"></i>{{ day }}
</td>
<td>
<span class="phrase-display">{{ phrases[day] }}</span>