Skip to content

Commit

Permalink
fix: display minutes content over full page
Browse files Browse the repository at this point in the history
  • Loading branch information
SilvanVerhoeven committed Jul 29, 2024
1 parent b54276d commit 5922c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions myhpi/core/templates/core/minutes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{% load bootstrap_icons %}

{% block content %}
<div class="row minutes-container">
<div class="row flex-column flex-lg-row">
{% with page.body|markdown as parsed_md %}
<h1 class="page-title">
<span class="underline">
{{ page.title }}
</span>
</h1>
<div class="col-9 minutes-text">
<div class="col-lg-9 minutes-text">
{{ parsed_md.0|touchify_abbreviations|tag_external_links }}
</div>
<div class="col-lg-3 minutes-meta">
Expand Down
5 changes: 0 additions & 5 deletions myhpi/static/scss/myHPI.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,6 @@ img {
}

@media print {
.minutes-container {
display: flex;
flex-direction: column;
}

.page-title .underline {
border-bottom: none;
}
Expand Down

0 comments on commit 5922c00

Please sign in to comment.