Skip to content

Commit 5922c00

Browse files
fix: display minutes content over full page
1 parent b54276d commit 5922c00

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

myhpi/core/templates/core/minutes.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
{% load bootstrap_icons %}
77

88
{% block content %}
9-
<div class="row minutes-container">
9+
<div class="row flex-column flex-lg-row">
1010
{% with page.body|markdown as parsed_md %}
1111
<h1 class="page-title">
1212
<span class="underline">
1313
{{ page.title }}
1414
</span>
1515
</h1>
16-
<div class="col-9 minutes-text">
16+
<div class="col-lg-9 minutes-text">
1717
{{ parsed_md.0|touchify_abbreviations|tag_external_links }}
1818
</div>
1919
<div class="col-lg-3 minutes-meta">

myhpi/static/scss/myHPI.scss

-5
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,6 @@ img {
339339
}
340340

341341
@media print {
342-
.minutes-container {
343-
display: flex;
344-
flex-direction: column;
345-
}
346-
347342
.page-title .underline {
348343
border-bottom: none;
349344
}

0 commit comments

Comments
 (0)