Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
desafinadude committed Apr 30, 2024
1 parent ee94ce8 commit b415519
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion pmg/static/resources/css/pr6.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
border: 1px solid rgba(0,0,0,0.05);
border-radius: 5px;
padding: 1em;
height: 100%;
margin-bottom: 1em;
}

.pr6-interviews article {
Expand All @@ -78,7 +80,7 @@
font-size: 12px;
}

.pr6-articles article p, .pr6-interviews article p, .pr6-statistics article p {
.pr6-articles article .article-intro, .pr6-interviews article .article-intro, .pr6-statistics article .article-intro {
margin-top: 1em;
font-size: 14px;
}
Expand Down Expand Up @@ -216,6 +218,7 @@
.pr6-row .col-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
margin-bottom: 1.5em;
}

.pr6-row .col-5 {
Expand Down
4 changes: 2 additions & 2 deletions pmg/templates/pr6/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h3><a href="/6th-parliament-review/interviews/{{interview.slug}}">{{interview.t
replace('<div class="article-footnotes">','<div style="display: none">')|
replace('<div class="article-title">','<div style="display: none">')|
replace('<div class="article-extra">','<div style="display: none">')|
safe|truncate}}
safe}}
</article>
</div>
{% endfor %}
Expand All @@ -96,7 +96,7 @@ <h3><a href="/6th-parliament-review/interviews/{{interview.slug}}">{{stat.title}
replace('<div class="article-footnotes">','<div style="display: none">')|
replace('<div class="article-title">','<div style="display: none">')|
replace('<div class="article-extra">','<div style="display: none">')|
safe|truncate}}
safe}}
</article>
</div>
{% endfor %}
Expand Down

0 comments on commit b415519

Please sign in to comment.