Skip to content
Snippets Groups Projects
Unverified Commit ea85bb3e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove explicit width for timetable card.

parent c7b9b426
No related branches found
No related tags found
1 merge request!1Add templates for timetable. Advances #1.
<div class="card" style="width: 18rem; {% if lesson.colour_fg %} color: {{ lesson.colour_fg }}; {% endif %} {% if lesson.colour_bg %} background-color: {{ lesson.colour_bg }}; {% endif %}">
<div class="card" style="{% if lesson.colour_fg %} color: {{ lesson.colour_fg }}; {% endif %} {% if lesson.colour_bg %} background-color: {{ lesson.colour_bg }}; {% endif %}">
<div class="card-body">
<div class="row">
<div class="col-sm">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment