Skip to content
Snippets Groups Projects
Commit 0a5e8e81 authored by Julian's avatar Julian
Browse files

Use better breakpoints

parent 63eedfab
No related branches found
No related tags found
1 merge request!88Resolve "Check (responsive) design"
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<li class="tab col s6"><a class="active" href="#personal-notes">{% trans "Personal notes" %}</a></li> <li class="tab col s6"><a class="active" href="#personal-notes">{% trans "Personal notes" %}</a></li>
</ul> </ul>
</div> </div>
<div class="col s12 l7" id="week-overview"> <div class="col s12" id="week-overview">
{% regroup lesson_periods by period.get_weekday_display as periods_by_day %} {% regroup lesson_periods by period.get_weekday_display as periods_by_day %}
{% for weekday, periods in periods_by_day %} {% for weekday, periods in periods_by_day %}
<div class="card show-on-extra-large"> <div class="card show-on-extra-large">
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
</ul> </ul>
{% endfor %} {% endfor %}
</div> </div>
<div class="col s12 l5" id="personal-notes"> <div class="col s12" id="personal-notes">
<div class="card"> <div class="card">
<div class="card-content"> <div class="card-content">
<span class="card-title"> <span class="card-title">
......
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